Uses of Class
org.yamcs.xtce.InputParameter
-
Packages that use InputParameter Package Description org.yamcs.xtce -
-
Uses of InputParameter in org.yamcs.xtce
Methods in org.yamcs.xtce that return types with arguments of type InputParameter Modifier and Type Method Description List<InputParameter>Algorithm. getInputList()Returns the list of input parametersList<InputParameter>Algorithm. 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 InputParameter Modifier and Type Method Description voidAlgorithm. addInput(InputParameter inputParameter)Method parameters in org.yamcs.xtce with type arguments of type InputParameter Modifier and Type Method Description voidAlgorithm. setInputList(List<InputParameter> inputList)voidAlgorithm. setInputSet(List<InputParameter> inputSet)
-