Class CommandContainer

All Implemented Interfaces:
Serializable

public class CommandContainer extends Container
See Also:
  • Constructor Details

    • CommandContainer

      public CommandContainer(String name)
  • Method Details

    • 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:
      getEntryList in class Container
      Returns:
    • addEntry

      public void addEntry(SequenceEntry se)
      Specified by:
      addEntry in class Container
    • print

      public void print(PrintStream out)