Class DSFunctionSetDescription
java.lang.Object
org.yamcs.studio.autocomplete.sim.DSFunctionSetDescription
The description for a function set to be used in data source language.
-
Constructor Summary
ConstructorDescriptionDSFunctionSetDescription
(String name, String description) A new function set description. -
Method Summary
-
Constructor Details
-
DSFunctionSetDescription
A new function set description.- Parameters:
name
- the name of the function setdescription
- the description of the function set
-
-
Method Details
-
addFunction
Adds a function in the set.- Parameters:
function
- the function to add- Returns:
- this description
-