Package | Description |
---|---|
org.epics.pvmanager |
|
org.epics.pvmanager.expression |
Interfaces for the expressions PVManager can consume.
|
Modifier and Type | Method and Description |
---|---|
static <R> ReadMap<R> |
ExpressionLanguage.mapOf(DesiredRateExpressionList<R> expressions)
An expression that returns a key/value map where the key is the
expression name and the value is the expression value.
|
static <R> ReadMap<R> |
ExpressionLanguage.readMapOf(Class<R> clazz)
An empty map that can manage expressions of the given type.
|
Modifier and Type | Method and Description |
---|---|
ReadMap<T> |
ReadMap.add(DesiredRateExpression<T> expression)
Adds the expression to the map.
|
ReadMap<T> |
ReadMap.add(DesiredRateExpressionList<T> expressions)
Adds the expressions to the map.
|
ReadMap<T> |
ReadMap.clear()
Removes all the expressions currently in the map.
|
ReadMap<T> |
ReadMap.remove(Collection<String> names)
Removes the expressions from the map.
|
ReadMap<T> |
ReadMap.remove(String name)
Removes the expression with the given name.
|
Copyright © 2010–2015. All rights reserved.