Package org.yamcs.studio.data.formula
Class FormulaFunctionSetDescription
java.lang.Object
org.yamcs.studio.data.formula.FormulaFunctionSetDescription
The description for a function set to be used in formula language.
-
Constructor Summary
ConstructorDescriptionFormulaFunctionSetDescription
(String name, String description) A new function set description. -
Method Summary
Modifier and TypeMethodDescriptionaddFormulaFunction
(FormulaFunction formulaFunction) Adds a formula in the set.
-
Constructor Details
-
FormulaFunctionSetDescription
A new function set description.- Parameters:
name
- the name of the function setdescription
- the description of the function set
-
-
Method Details
-
addFormulaFunction
Adds a formula in the set.- Parameters:
formulaFunction
- the formula to add- Returns:
- this description
-