Class MacroCommand

    • Constructor Detail

      • MacroCommand

        public MacroCommand​(ModelElement parent)
        Parameters:
        parent - the parent of the model element
      • MacroCommand

        public MacroCommand​(ModelElement parent,
                            java.lang.String name)
        Parameters:
        parent - the parent of the model element
        name - the name of the model element
    • Method Detail

      • execute

        public void execute()
        Description copied from class: ProcessCommand
        The execute method is responsible for executing the command
        Specified by:
        execute in class ProcessCommand
      • addSubCommand

        public void addSubCommand​(ProcessCommand command)