Uses of Class
org.epics.pvmanager.extra.DynamicGroup

Packages that use DynamicGroup
org.epics.pvmanager.extra   
 

Uses of DynamicGroup in org.epics.pvmanager.extra
 

Methods in org.epics.pvmanager.extra that return DynamicGroup
 DynamicGroup DynamicGroup.add(DesiredRateExpression<?> expression)
          Adds the expression at the end.
 DynamicGroup DynamicGroup.clear()
          Removes all the expressions currently in the group.
static DynamicGroup ExpressionLanguage.group()
          Creates a group of dynamically managed expressions.
 DynamicGroup DynamicGroup.remove(int index)
          Removes the expression at the given location.
 DynamicGroup DynamicGroup.set(int index, DesiredRateExpression<?> expression)
          Changes the expression to the given location.