Class ResbeamCommand
- java.lang.Object
-
- cern.accsoft.steering.jmad.kernel.AbstractJMadExecutable
-
- cern.accsoft.steering.jmad.kernel.cmd.AbstractCommand
-
- cern.accsoft.steering.jmad.kernel.cmd.ResbeamCommand
-
- All Implemented Interfaces:
Command
,JMadExecutable
public class ResbeamCommand extends AbstractCommand
Represents the command in MadX which resets the beam to the default values. (RESBEAM).
-
-
Constructor Summary
Constructors Constructor Description ResbeamCommand(Beam beam)
creates a resbeam command, probably associated with a special sequence (defined in beam);
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
has to be implemented in order to return the name of the command (keyword);java.util.List<Parameter>
getParameters()
this may be overridden if the command has parameters.java.lang.String
getSequence()
-
Methods inherited from class cern.accsoft.steering.jmad.kernel.cmd.AbstractCommand
compose, toString
-
Methods inherited from class cern.accsoft.steering.jmad.kernel.AbstractJMadExecutable
getOutputFile, getResultType, setOutputFile
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface cern.accsoft.steering.jmad.kernel.JMadExecutable
getOutputFile, getResultType, setOutputFile
-
-
-
-
Constructor Detail
-
ResbeamCommand
public ResbeamCommand(Beam beam)
creates a resbeam command, probably associated with a special sequence (defined in beam);- Parameters:
beam
- the beam which to reset
-
-
Method Detail
-
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);- Returns:
- the name of the command (MadX keyword)
-
getParameters
public java.util.List<Parameter> getParameters()
Description copied from class:AbstractCommand
this may be overridden if the command has parameters.- Specified by:
getParameters
in interfaceCommand
- Overrides:
getParameters
in classAbstractCommand
- Returns:
- all the parameter for the command
-
getSequence
public java.lang.String getSequence()
-
-