Package | Description |
---|---|
org.epics.pvmanager |
|
org.epics.pvmanager.expression |
Interfaces for the expressions PVManager can consume.
|
Modifier and Type | Method and Description |
---|---|
static <W> WriteMap<W> |
ExpressionLanguage.mapOf(WriteExpressionList<W> expressions)
An expression that expects a key/value map where the key is the
expression name and the value is the expression value.
|
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 |
ReadWriteMap<R,W>
A read/write expression for a key/value map.
|
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 . |
class |
WriteMap<T>
A write expression for a key/value map.
|
Modifier and Type | Method and Description |
---|---|
WriteExpressionList<W> |
WriteExpressionList.and(WriteExpressionList<? extends W> expressions)
Adds the given expressions to this list.
|
WriteExpressionList<W> |
DesiredRateReadWriteExpressionListImpl.and(WriteExpressionList<? extends W> expressions) |
WriteExpressionList<W> |
SourceRateReadWriteExpressionListImpl.and(WriteExpressionList<? extends W> expressions) |
Modifier and Type | Method and Description |
---|---|
WriteMap<T> |
WriteMap.add(WriteExpressionList<T> expressions)
Adds the expressions to the map.
|
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> |
DesiredRateReadWriteExpressionListImpl.and(WriteExpressionList<? extends W> expressions) |
WriteExpressionList<W> |
SourceRateReadWriteExpressionListImpl.and(WriteExpressionList<? extends W> expressions) |
Constructor and Description |
---|
WriteExpressionImpl(WriteExpressionList<?> childExpressions,
WriteFunction<W> function,
String defaultName)
Creates a new write expression.
|
Copyright © 2010–2015. All rights reserved.