Class AbstractResultSelectableTask

    • Constructor Detail

      • AbstractResultSelectableTask

        public AbstractResultSelectableTask​(TfsResultRequest resultRequest)
    • Method Detail

      • createSelectCommands

        protected java.util.List<Command> createSelectCommands​(java.lang.String selectFlag)
      • getResultType

        public ResultType getResultType()
        Description copied from class: AbstractJMadExecutable
        The ResultType which is produced by this command. This value is then used by the kernel, in order to determine which parser to use to determine the type of parser to use for parsing the madx-output.

        Shall be overridden by subclass, if it provides a result.

        Specified by:
        getResultType in interface JMadExecutable
        Overrides:
        getResultType in class AbstractJMadExecutable
        Returns:
        the result type for this executable