Package | Description |
---|---|
org.epics.pvmanager.formula |
Support for formula expressions (formula syntax).
|
org.epics.pvmanager.pva.formula |
Modifier and Type | Class and Description |
---|---|
class |
ArrayFunctionSet
A set of functions to work with
VNumberArray s. |
class |
MathFunctionSet
A function set that corresponds to all methods in
Math . |
class |
NumberOperatorFunctionSet
A set of function for the number scalar operators.
|
class |
StringFunctionSet
A set of functions to work with Strings.
|
class |
TableFunctionSet
A function set for table operations.
|
Modifier and Type | Method and Description |
---|---|
FormulaFunctionSet |
FormulaRegistry.findFunctionSet(String name)
Returns the registered function set with the given name.
|
Modifier and Type | Method and Description |
---|---|
void |
FormulaRegistry.registerFormulaFunctionSet(FormulaFunctionSet functionSet)
Registers a formula set.
|
Modifier and Type | Class and Description |
---|---|
class |
NTNDArrayFunctionSet
A set of functions to work with NTNDArray-s.
|
class |
PVAPVStructureFunctionSet
A set of functions to work with PVAPVStructure-s.
|
Copyright © 2010–2015. All rights reserved.