Package | Description |
---|---|
org.epics.pvmanager |
|
org.epics.pvmanager.data |
Support for control system types.
|
org.epics.pvmanager.expression |
Interfaces for the expressions PVManager can consume.
|
org.epics.pvmanager.extra |
Modifier and Type | Method and Description |
---|---|
static <T> DesiredRateExpressionList<T> |
ExpressionLanguage.latestValueOf(SourceRateExpressionList<T> expressions)
Expression that returns (only) the latest value computed
from a
SourceRateExpression . |
static <T> DesiredRateExpressionList<List<T>> |
ExpressionLanguage.newValuesOf(SourceRateExpressionList<T> expressions)
Returns all the new values generated by the expression source rate.
|
Modifier and Type | Method and Description |
---|---|
static <T> DesiredRateExpression<List<T>> |
ExpressionLanguage.listOf(DesiredRateExpressionList<T> expressions)
Converts a list of expressions to an expression that returns the list of results.
|
static <T> DesiredRateExpression<Map<String,T>> |
ExpressionLanguage.mapOf(DesiredRateExpressionList<T> expressions)
Converts a list of expressions to an expression that returns the map from
the name to the results.
|
Modifier and Type | Method and Description |
---|---|
static DesiredRateExpressionList<VStatistics> |
ExpressionLanguage.statisticsOf(SourceRateExpressionList<VDouble> doubleExpressions)
Applies
ExpressionLanguage.statisticsOf(org.epics.pvmanager.expression.SourceRateExpression) to all
arguments. |
static DesiredRateExpressionList<VDouble> |
ExpressionLanguage.vDoubleConstants(List<Double> values)
A list of constant expressions of type VDouble.
|
static DesiredRateExpressionList<VInt> |
ExpressionLanguage.vIntConstants(List<Integer> values)
A list of constant expressions of type VDouble.
|
static DesiredRateExpressionList<VString> |
ExpressionLanguage.vStringConstants(List<String> values)
A list of constant expressions of type VString.
|
Modifier and Type | Method and Description |
---|---|
static VTableColumn |
ExpressionLanguage.column(String name,
DesiredRateExpressionList<?> values)
A column for an aggregated vTable.
|
static DesiredRateExpression<VDoubleArray> |
ExpressionLanguage.vDoubleArrayOf(DesiredRateExpressionList<? extends VNumber> expressions)
Deprecated.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DesiredRateExpression<R>
An expression to read at the desired rate.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
DesiredRateExpressionImpl<R>
Implementation class for
DesiredRateExpression . |
class |
DesiredRateExpressionListImpl<R>
Implementation class for
DesiredRateExpressionList . |
class |
DesiredRateReadWriteExpressionImpl<R,W>
Implementation class for
DesiredRateReadWriteExpression . |
class |
DesiredRateReadWriteExpressionListImpl<R,W>
Implementation class for
DesiredRateReadWriteExpressionList . |
Modifier and Type | Method and Description |
---|---|
DesiredRateExpressionList<R> |
DesiredRateReadWriteExpressionListImpl.and(DesiredRateExpressionList<? extends R> expressions) |
DesiredRateExpressionList<R> |
DesiredRateExpressionList.and(DesiredRateExpressionList<? extends R> expressions)
Adds the given expressions to this list.
|
Modifier and Type | Method and Description |
---|---|
DesiredRateExpressionList<R> |
DesiredRateReadWriteExpressionListImpl.and(DesiredRateExpressionList<? extends R> expressions) |
DesiredRateExpressionListImpl<R> |
DesiredRateExpressionListImpl.and(DesiredRateExpressionList<? extends R> expressions) |
DesiredRateExpressionList<R> |
DesiredRateExpressionList.and(DesiredRateExpressionList<? extends R> expressions)
Adds the given expressions to this list.
|
static List<Function<?>> |
Expressions.functionsOf(DesiredRateExpressionList<?> list)
Extract the list of functions from an expression list.
|
Constructor and Description |
---|
DesiredRateExpressionImpl(DesiredRateExpressionList<?> childExpressions,
Function<R> function,
String defaultName)
Creates a new aggregated expression.
|
Modifier and Type | Class and Description |
---|---|
class |
DynamicGroup
A expression that returns the result of a dynamically managed group.
|
class |
WaterfallPlot
A waterfall plot.
|
Copyright © 2012. All Rights Reserved.