R
- type of the read payloadpublic interface DesiredRateExpression<R> extends DesiredRateExpressionList<R>
Don't implement objects with this interface, use DesiredRateExpressionImpl
.
Modifier and Type | Method and Description |
---|---|
DesiredRateExpression<R> |
as(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.
|
String |
getName()
Name of this expression.
|
and, getDesiredRateExpressions
DesiredRateExpression<R> as(String name)
name
- new nameString getName()
DataRecipe getDataRecipe()
Function<R> getFunction()
DesiredRateExpressionImpl<R> getDesiredRateExpressionImpl()
Copyright © 2012. All Rights Reserved.