Package | Description |
---|---|
org.epics.pvmanager.extra |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2012. All Rights Reserved.