Class DSFunctionRegistry
java.lang.Object
org.yamcs.studio.autocomplete.sim.DSFunctionRegistry
The registry to add functions that will be used by the auto-complete.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfindFunctionSet
(String name) Returns the registered function set with the given name.static DSFunctionRegistry
Returns the default data source function registry.Returns the names of all the registered function sets.void
registerDSFunctionSet
(DSFunctionSet functionSet) Registers a formula set.
-
Constructor Details
-
DSFunctionRegistry
public DSFunctionRegistry()
-
-
Method Details
-
getDefault
Returns the default data source function registry.- Returns:
- the default registry
-
registerDSFunctionSet
Registers a formula set.- Parameters:
functionSet
- a formula set
-
listFunctionSets
Returns the names of all the registered function sets.- Returns:
- the names of the registered function sets
-
findFunctionSet
Returns the registered function set with the given name.- Parameters:
name
- the function set name- Returns:
- the set or null
-