Uses of Class
org.yamcs.studio.autocomplete.sim.DSFunction
Packages that use DSFunction
-
Uses of DSFunction in org.yamcs.studio.autocomplete.sim
Methods in org.yamcs.studio.autocomplete.sim that return types with arguments of type DSFunctionModifier and TypeMethodDescriptionfinal Collection<DSFunction>
DSFunctionSet.findFunctions
(String name) Returns all the functions in the set with the given name.final Collection<DSFunction>
DSFunctionSet.getFunctions()
Returns all functions in the set.DSFunction.getPolymorphicFunctions()
Methods in org.yamcs.studio.autocomplete.sim with parameters of type DSFunctionModifier and TypeMethodDescriptionDSFunctionSetDescription.addFunction
(DSFunction function) Adds a function in the set.void
DSFunction.addPolymorphicFunction
(DSFunction function) int
DSFunction.compareTo
(DSFunction arg0)