Class Terminate

    • Constructor Detail

      • Terminate

        public Terminate​(ModelElement parent)
        Parameters:
        parent -
      • Terminate

        public Terminate​(ModelElement parent,
                         java.lang.String name)
        Parameters:
        parent -
        name -
      • Terminate

        public Terminate​(ModelElement parent,
                         boolean collectEntityTimeFlag,
                         java.lang.String name)
        Parameters:
        parent -
        name -
    • Method Detail

      • execute

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