|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.epics.pvmanager.expression.DesiredRateExpressionListImpl<R>
R - type of the read payloadpublic class DesiredRateExpressionListImpl<R>
Implementation class for DesiredRateExpressionList.
| Constructor Summary | |
|---|---|
DesiredRateExpressionListImpl()
Creates a new empty expression list. |
|
| Method Summary | |
|---|---|
DesiredRateExpressionListImpl<R> |
and(DesiredRateExpressionList<? extends R> expressions)
Adds the given expressions to this list. |
java.util.List<DesiredRateExpression<R>> |
getDesiredRateExpressions()
The expressions of this list. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DesiredRateExpressionListImpl()
| Method Detail |
|---|
public final DesiredRateExpressionListImpl<R> and(DesiredRateExpressionList<? extends R> expressions)
DesiredRateExpressionList
and in interface DesiredRateExpressionList<R>expressions - a list of expressions
public final java.util.List<DesiredRateExpression<R>> getDesiredRateExpressions()
DesiredRateExpressionList
getDesiredRateExpressions in interface DesiredRateExpressionList<R>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||