|
||||||||||
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 payload
A list of desired rate expression, to have functions that work on multiple
expressions at the same time.public interface SourceRateReadWriteExpressionList<R,W>
A list of expressions to write and to read at the rate of the source.
Don't implement objects with this interface, use SourceRateReadWriteExpressionListImpl
.
Method Summary | |
---|---|
SourceRateReadWriteExpressionList<R,W> |
and(SourceRateReadWriteExpressionList<? extends R,? extends W> expressions)
Adds the given expressions to this list. |
java.util.List<SourceRateReadWriteExpression<R,W>> |
getSourceRateReadWriteExpressions()
The expressions of this list. |
Methods inherited from interface org.epics.pvmanager.expression.SourceRateExpressionList |
---|
and, getSourceRateExpressions |
Methods inherited from interface org.epics.pvmanager.expression.WriteExpressionList |
---|
and, getWriteExpressions |
Method Detail |
---|
SourceRateReadWriteExpressionList<R,W> and(SourceRateReadWriteExpressionList<? extends R,? extends W> expressions)
expressions
- a list of expressions
java.util.List<SourceRateReadWriteExpression<R,W>> getSourceRateReadWriteExpressions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |