R
- type of the read payloadpublic interface SourceRateExpression<R> extends SourceRateExpressionList<R>
Don't implement objects with this interface, use SourceRateExpressionImpl
.
Modifier and Type | Method and Description |
---|---|
SourceRateExpression<R> |
as(String name)
Changes the name for this expression
|
ReadFunction<R> |
getFunction()
The function that calculates this expression.
|
String |
getName()
Name of the expression.
|
SourceRateExpressionImpl<R> |
getSourceRateExpressionImpl()
The implementation of this expression.
|
and, getSourceRateExpressions
SourceRateExpression<R> as(String name)
name
- new nameString getName()
ReadFunction<R> getFunction()
SourceRateExpressionImpl<R> getSourceRateExpressionImpl()
Copyright © 2010–2015. All rights reserved.