Package org.yamcs.xtce
Class CommandContainer
- java.lang.Object
-
- org.yamcs.xtce.NameDescription
-
- org.yamcs.xtce.Container
-
- org.yamcs.xtce.CommandContainer
-
- All Implemented Interfaces:
Serializable
public class CommandContainer extends Container
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.yamcs.xtce.NameDescription
NameDescription.Builder<T extends NameDescription.Builder<T>>
-
-
Field Summary
-
Fields inherited from class org.yamcs.xtce.Container
baseContainer, restrictionCriteria, sizeInBits
-
Fields inherited from class org.yamcs.xtce.NameDescription
ancillaryData, name, PATH_SEPARATOR, qualifiedName, xtceAliasSet
-
-
Constructor Summary
Constructors Constructor Description CommandContainer(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddEntry(SequenceEntry se)ArgumentEntrygetEntryForArgument(Argument arg)looks up in the argumentEntry list the first one that is linked to the passed on argumentList<SequenceEntry>getEntryList()returns the list of entriesvoidprint(PrintStream out)-
Methods inherited from class org.yamcs.xtce.Container
getBaseContainer, getRateInStream, getRestrictionCriteria, getSizeInBits, setBaseContainer, setRateInStream, setRestrictionCriteria, setSizeInBits
-
Methods inherited from class org.yamcs.xtce.NameDescription
addAlias, addAliases, addAncillaryData, getAlias, getAliasSet, getAncillaryData, getLongDescription, getName, getName, getOpsName, getQualifiedName, getShortDescription, getSubsystemName, getSubsystemName, setAliasSet, setAncillaryData, setLongDescription, setName, setQualifiedName, setShortDescription
-
-
-
-
Constructor Detail
-
CommandContainer
public CommandContainer(String name)
-
-
Method Detail
-
getEntryForArgument
public ArgumentEntry getEntryForArgument(Argument arg)
looks up in the argumentEntry list the first one that is linked to the passed on argument- Parameters:
arg-- Returns:
- the ArgumentEntry whose argument is arg. Returns null if no ArgumentEntry satisfies the condition;
-
getEntryList
public List<SequenceEntry> getEntryList()
returns the list of entries- Specified by:
getEntryListin classContainer- Returns:
-
addEntry
public void addEntry(SequenceEntry se)
-
print
public void print(PrintStream out)
-
-