Uses of Class
org.yamcs.xtce.ArgumentAssignment
-
Packages that use ArgumentAssignment Package Description org.yamcs.xtce -
-
Uses of ArgumentAssignment in org.yamcs.xtce
Methods in org.yamcs.xtce that return types with arguments of type ArgumentAssignment Modifier and Type Method Description List<ArgumentAssignment>MetaCommand. getArgumentAssignmentList()returns the argument assignment list in relation to the inheritance - this is the list of arguments of the parent(s) which are assigned when the inheritance takes place returns null if there is no such argumentMethods in org.yamcs.xtce with parameters of type ArgumentAssignment Modifier and Type Method Description voidMetaCommand. addArgumentAssignment(ArgumentAssignment aa)Method parameters in org.yamcs.xtce with type arguments of type ArgumentAssignment Modifier and Type Method Description voidMetaCommand. setArgumentAssignmentList(List<ArgumentAssignment> argumentAssignmentList)
-