| Package | Description | 
|---|---|
| org.epics.pvmanager | 
 
  | 
| org.epics.pvmanager.expression | 
 Interfaces for the expressions PVManager can consume. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static <R,W> ReadWriteMap<R,W> | 
ExpressionLanguage.mapOf(Class<R> readClass,
     Class<W> writeClass)
An empty map that can read/write expressions of the given type. 
 | 
static <R,W> ReadWriteMap<R,W> | 
ExpressionLanguage.mapOf(DesiredRateReadWriteExpressionList<R,W> expressions)
An expression that works on a key/value map where the key is the
 expression name and the value is the expression value. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ReadWriteMap<R,W> | 
ReadWriteMap.add(DesiredRateReadWriteExpression<R,W> expression)
Adds the expression to the map. 
 | 
ReadWriteMap<R,W> | 
ReadWriteMap.add(DesiredRateReadWriteExpressionList<R,W> expressions)
Adds the expressions to the map. 
 | 
ReadWriteMap<R,W> | 
ReadWriteMap.clear()
Removes all the expressions currently in the map. 
 | 
ReadWriteMap<R,W> | 
ReadWriteMap.remove(Collection<String> names)
Removes the expressions from the map. 
 | 
ReadWriteMap<R,W> | 
ReadWriteMap.remove(String name)
Removes the expression with the given name. 
 | 
Copyright © 2010–2015. All rights reserved.