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.
|
static <W> WriteMap<W> |
ExpressionLanguage.writeMapOf(Class<W> clazz)
An empty map that can write expressions of the given type.
|
Modifier and Type | Method and Description |
---|---|
WriteMap<T> |
WriteMap.add(WriteExpression<T> expression)
Adds the expression to the map.
|
WriteMap<T> |
WriteMap.add(WriteExpressionList<T> expressions)
Adds the expressions to the map.
|
WriteMap<T> |
WriteMap.clear()
Removes all the expressions currently in the map.
|
WriteMap<T> |
WriteMap.remove(Collection<String> names)
Removes the expressions from the map.
|
WriteMap<T> |
WriteMap.remove(String name)
Removes the expression with the given name.
|
Copyright © 2010–2015. All rights reserved.