|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
R
- type of the read payloadpublic interface SourceRateExpression<R>
An expression to read at the rate of the source.
Don't implement objects with this interface, use SourceRateExpressionImpl
.
Method Summary | |
---|---|
SourceRateExpression<R> |
as(java.lang.String name)
Changes the name for this expression |
Function<R> |
getFunction()
The function that calculates this expression. |
java.lang.String |
getName()
Name of the expression. |
SourceRateExpressionImpl<R> |
getSourceRateExpressionImpl()
The implementation of this expression. |
Methods inherited from interface org.epics.pvmanager.expression.SourceRateExpressionList |
---|
and, getSourceRateExpressions |
Method Detail |
---|
SourceRateExpression<R> as(java.lang.String name)
name
- new name
java.lang.String getName()
Function<R> getFunction()
SourceRateExpressionImpl<R> getSourceRateExpressionImpl()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |