Package | Description |
---|---|
org.epics.pvmanager.extra |
This package contains experimental classes that, once stable, will
be deprecated and moved into more official packages.
|
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 © 2010–2015. All rights reserved.