|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.epics.pvmanager.expression.SourceRateExpressionListImpl<R>
R
- type of the read payloadpublic class SourceRateExpressionListImpl<R>
Implementation class for SourceRateExpressionList
.
Constructor Summary | |
---|---|
SourceRateExpressionListImpl()
Creates a new empty expression list. |
Method Summary | |
---|---|
SourceRateExpressionListImpl<R> |
and(SourceRateExpressionList<? extends R> expressions)
Adds the given expressions to this list. |
java.util.List<SourceRateExpression<R>> |
getSourceRateExpressions()
The expressions of this list. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SourceRateExpressionListImpl()
Method Detail |
---|
public final SourceRateExpressionListImpl<R> and(SourceRateExpressionList<? extends R> expressions)
SourceRateExpressionList
and
in interface SourceRateExpressionList<R>
expressions
- a list of expressions
public final java.util.List<SourceRateExpression<R>> getSourceRateExpressions()
SourceRateExpressionList
getSourceRateExpressions
in interface SourceRateExpressionList<R>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |