Package | Description |
---|---|
org.epics.pvmanager |
|
org.epics.pvmanager.expression |
Interfaces for the expressions PVManager can consume.
|
Modifier and Type | Method and Description |
---|---|
static <T> WriteExpression<Map<String,T>> |
ExpressionLanguage.mapOf(WriteExpressionList<T> expressions)
Converts a list of expressions to an expression that returns the map from
the name to the results.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DesiredRateReadWriteExpression<R,W>
An expression to write and to read at the desired rate.
|
interface |
DesiredRateReadWriteExpressionList<R,W>
An list of expressions to write and to read at the desired rate.
|
interface |
SourceRateReadWriteExpression<R,W>
An expression to write and to read at the rate of the source.
|
interface |
SourceRateReadWriteExpressionList<R,W>
A list of expressions to write and to read at the rate of the source.
|
interface |
WriteExpression<W>
An expression to write.
|
Modifier and Type | Class and Description |
---|---|
class |
ChannelExpression<R,W>
Represents a channel, which can be both read or written.
|
class |
ChannelExpressionList<R,W>
Represents a list of channel, which can be both read or written.
|
class |
DesiredRateReadWriteExpressionImpl<R,W>
Implementation class for
DesiredRateReadWriteExpression . |
class |
DesiredRateReadWriteExpressionListImpl<R,W>
Implementation class for
DesiredRateReadWriteExpressionList . |
class |
SourceRateReadWriteExpressionImpl<R,W>
Implementation class for
SourceRateReadWriteExpression . |
class |
SourceRateReadWriteExpressionListImpl<R,W>
Implementation class for
SourceRateReadWriteExpressionList . |
class |
WriteExpressionImpl<W>
Implementation class for
WriteExpression . |
class |
WriteExpressionListImpl<W>
Implementation class for
WriteExpressionList . |
Modifier and Type | Method and Description |
---|---|
WriteExpressionList<W> |
WriteExpressionList.and(WriteExpressionList<? extends W> expressions)
Adds the given expressions to this list.
|
WriteExpressionList<W> |
SourceRateReadWriteExpressionListImpl.and(WriteExpressionList<? extends W> expressions) |
WriteExpressionList<W> |
DesiredRateReadWriteExpressionListImpl.and(WriteExpressionList<? extends W> expressions) |
Modifier and Type | Method and Description |
---|---|
WriteExpressionListImpl<W> |
WriteExpressionListImpl.and(WriteExpressionList<? extends W> expressions) |
WriteExpressionList<W> |
WriteExpressionList.and(WriteExpressionList<? extends W> expressions)
Adds the given expressions to this list.
|
WriteExpressionList<W> |
SourceRateReadWriteExpressionListImpl.and(WriteExpressionList<? extends W> expressions) |
WriteExpressionList<W> |
DesiredRateReadWriteExpressionListImpl.and(WriteExpressionList<? extends W> expressions) |
Constructor and Description |
---|
WriteExpressionImpl(WriteExpressionList<?> childExpressions,
WriteFunction<W> function,
String defaultName)
Creates a new write expression.
|
Copyright © 2012. All Rights Reserved.