|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
R
- type of the read payloadW
- type of the write payloadpublic interface DesiredRateReadWriteExpressionList<R,W>
An list of expressions to write and to read at the desired rate.
Don't implement objects with this interface, use DesiredRateReadWriteExpressionListImpl
.
Method Summary | |
---|---|
DesiredRateReadWriteExpressionList<R,W> |
and(DesiredRateReadWriteExpressionList<? extends R,? extends W> expressions)
Adds the given expressions to this list. |
java.util.List<DesiredRateReadWriteExpression<R,W>> |
getDesiredRateReadWriteExpressions()
The expressions of this list. |
Methods inherited from interface org.epics.pvmanager.expression.DesiredRateExpressionList |
---|
and, getDesiredRateExpressions |
Methods inherited from interface org.epics.pvmanager.expression.WriteExpressionList |
---|
and, getWriteExpressions |
Method Detail |
---|
DesiredRateReadWriteExpressionList<R,W> and(DesiredRateReadWriteExpressionList<? extends R,? extends W> expressions)
expressions
- a list of expressions
java.util.List<DesiredRateReadWriteExpression<R,W>> getDesiredRateReadWriteExpressions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |