Uses of Class
org.yamcs.xtce.InputParameter
Packages that use InputParameter
-
Uses of InputParameter in org.yamcs.xtce
Methods in org.yamcs.xtce that return types with arguments of type InputParameterModifier and TypeMethodDescriptionAlgorithm.getInputList()Returns the list of input parametersAlgorithm.getInputSet()same asAlgorithm.getInputList(), although it's a list this method calls it Set due to XTCE terminology.Methods in org.yamcs.xtce with parameters of type InputParameterMethod parameters in org.yamcs.xtce with type arguments of type InputParameterModifier and TypeMethodDescriptionvoidAlgorithm.setInputList(List<InputParameter> inputList) voidAlgorithm.setInputSet(List<InputParameter> inputSet)