|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
R
- type of the read payloadpublic interface DesiredRateExpression<R>
An expression to read at the desired rate.
Don't implement objects with this interface, use DesiredRateExpressionImpl
.
Method Summary | |
---|---|
DesiredRateExpression<R> |
as(java.lang.String name)
Changes the name for this expression |
DataRecipe |
getDataRecipe()
The recipe for connect the channels for this expression. |
DesiredRateExpressionImpl<R> |
getDesiredRateExpressionImpl()
The implementation of this expression. |
Function<R> |
getFunction()
The function that calculates this expression. |
java.lang.String |
getName()
Name of this expression. |
Methods inherited from interface org.epics.pvmanager.expression.DesiredRateExpressionList |
---|
and, getDesiredRateExpressions |
Method Detail |
---|
DesiredRateExpression<R> as(java.lang.String name)
name
- new name
java.lang.String getName()
DataRecipe getDataRecipe()
Function<R> getFunction()
DesiredRateExpressionImpl<R> getDesiredRateExpressionImpl()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |