Class SetEqual

    • Constructor Detail

      • SetEqual

        public SetEqual​(java.lang.String valueName,
                        java.lang.Double value)
    • Method Detail

      • compose

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

        public java.lang.String getName()
        Description copied from interface: Command
        has to be implemented in order to return the name of the command (keyword);
        Specified by:
        getName in interface Command
        Returns:
        the name of the command (MadX keyword)
      • getParameters

        public java.util.List<Parameter> getParameters()
        Description copied from interface: Command
        has to be implemented in subclass in order to return the ArrayList of parameters of the command.
        Specified by:
        getParameters in interface Command
        Returns:
        all the parameter for the command