Class AbstractTask

    • Constructor Detail

      • AbstractTask

        public AbstractTask()
    • Method Detail

      • getCommands

        protected abstract java.util.List<Command> getCommands()
        has to be implemented in subclass in order to retrieve the commands
        Returns:
        the ArrayList of commands
      • compose

        public final java.lang.String compose()
        Description copied from interface: JMadExecutable
        returns a string which will be sent to madx in order to accomplish some Task in MadX.
        Returns:
        the composed string for this executable that can be sent to MadX