Uses of Class
org.yamcs.studio.autocomplete.sim.DSFunctionSet
Packages that use DSFunctionSet
-
Uses of DSFunctionSet in org.yamcs.studio.autocomplete.sim
Subclasses of DSFunctionSet in org.yamcs.studio.autocomplete.simModifier and TypeClassDescriptionclass
A function set that corresponds to all methods in Simulation DataSource.Methods in org.yamcs.studio.autocomplete.sim that return DSFunctionSetModifier and TypeMethodDescriptionDSFunctionRegistry.findFunctionSet
(String name) Returns the registered function set with the given name.Methods in org.yamcs.studio.autocomplete.sim with parameters of type DSFunctionSetModifier and TypeMethodDescriptionvoid
DSFunctionRegistry.registerDSFunctionSet
(DSFunctionSet functionSet) Registers a formula set.