|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.epics.pvmanager.expression.SourceRateReadWriteExpressionListImpl<R,W>
R - type of the read payloadW - type of the write payloadpublic class SourceRateReadWriteExpressionListImpl<R,W>
Implementation class for SourceRateReadWriteExpressionList.
| Constructor Summary | |
|---|---|
SourceRateReadWriteExpressionListImpl()
|
|
| Method Summary | |
|---|---|
SourceRateExpressionList<R> |
and(SourceRateExpressionList<? extends R> expressions)
Adds the given expressions to this list. |
SourceRateReadWriteExpressionList<R,W> |
and(SourceRateReadWriteExpressionList<? extends R,? extends W> expressions)
Adds the given expressions to this list. |
WriteExpressionList<W> |
and(WriteExpressionList<? extends W> expressions)
Adds the given expressions to this list. |
java.util.List<SourceRateExpression<R>> |
getSourceRateExpressions()
The expressions of this list. |
java.util.List<SourceRateReadWriteExpression<R,W>> |
getSourceRateReadWriteExpressions()
The expressions of this list. |
java.util.List<WriteExpression<W>> |
getWriteExpressions()
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 SourceRateReadWriteExpressionListImpl()
| Method Detail |
|---|
public final SourceRateReadWriteExpressionList<R,W> and(SourceRateReadWriteExpressionList<? extends R,? extends W> expressions)
SourceRateReadWriteExpressionList
and in interface SourceRateReadWriteExpressionList<R,W>expressions - a list of expressions
public final java.util.List<SourceRateReadWriteExpression<R,W>> getSourceRateReadWriteExpressions()
SourceRateReadWriteExpressionList
getSourceRateReadWriteExpressions in interface SourceRateReadWriteExpressionList<R,W>public final SourceRateExpressionList<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>public final WriteExpressionList<W> and(WriteExpressionList<? extends W> expressions)
WriteExpressionList
and in interface WriteExpressionList<W>expressions - a list of expressions
public final java.util.List<WriteExpression<W>> getWriteExpressions()
WriteExpressionList
getWriteExpressions in interface WriteExpressionList<W>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||