Interface Command

    • Method Detail

      • getName

        java.lang.String getName()
        has to be implemented in order to return the name of the command (keyword);
        Returns:
        the name of the command (MadX keyword)
      • getParameters

        java.util.List<Parameter> getParameters()
        has to be implemented in subclass in order to return the ArrayList of parameters of the command.
        Returns:
        all the parameter for the command
      • compose

        java.lang.String compose()
        composes the final command and returns it as String.
        Specified by:
        compose in interface JMadExecutable
        Returns:
        the total Command-String.