Uses of Class
org.yamcs.xtce.Argument
Packages that use Argument
-
Uses of Argument in org.yamcs.xtce
Methods in org.yamcs.xtce that return ArgumentModifier and TypeMethodDescriptionArgumentEntry.getArgument()ArgumentInstanceRef.getArgument()MetaCommand.getArgument(String argumentName) returns an argument based on name or null if it doesn't existMetaCommand.getEffectiveArgument(String argumentName) Same asMetaCommand.getArgument(String)but looks up the argument also in the parentMethods in org.yamcs.xtce that return types with arguments of type ArgumentModifier and TypeMethodDescriptionMetaCommand.getArgumentList()returns the list of arguments of this command can be empty if the command doesn't have argumentsMetaCommand.getEffectiveArgumentList()returns the list of all arguments including those inherited from the parentMethods in org.yamcs.xtce with parameters of type ArgumentModifier and TypeMethodDescriptionvoidMetaCommand.addArgument(Argument arg) Adds an argument to the command.CommandContainer.getEntryForArgument(Argument arg) looks up in the argumentEntry list the first one that is linked to the passed on argumentvoidArgumentEntry.setArgument(Argument argument) voidArgumentInstanceRef.setArgument(Argument arg) Constructors in org.yamcs.xtce with parameters of type ArgumentModifierConstructorDescriptionArgumentEntry(int locationInContainerInBits, SequenceEntry.ReferenceLocationType location, Argument argument) ArgumentEntry(Argument arg) ArgumentInstanceRef(Argument arg, boolean useCalibratedValue) ArgumentInstanceRef(Argument arg, PathElement[] path) -
Uses of Argument in org.yamcs.xtce.util
Methods in org.yamcs.xtce.util with parameters of type ArgumentModifier and TypeMethodDescriptionbooleanArgumentReference.ArgumentResolvedAction.resolved(Argument parameter, PathElement[] path) voidArgumentReference.resolved(Argument argument, PathElement[] path) Constructors in org.yamcs.xtce.util with parameters of type ArgumentModifierConstructorDescriptionArgumentReference(MetaCommand metaCmd, Argument arg, PathElement[] path) FoundReference(Argument arg, PathElement[] path)