Class MatchMethodJacobianCommand
- java.lang.Object
-
- cern.accsoft.steering.jmad.kernel.AbstractJMadExecutable
-
- cern.accsoft.steering.jmad.kernel.cmd.AbstractCommand
-
- cern.accsoft.steering.jmad.kernel.cmd.match.AbstractMatchMethodCommand
-
- cern.accsoft.steering.jmad.kernel.cmd.match.MatchMethodJacobianCommand
-
- All Implemented Interfaces:
Command
,JMadExecutable
public class MatchMethodJacobianCommand extends AbstractMatchMethodCommand
-
-
Constructor Summary
Constructors Constructor Description MatchMethodJacobianCommand(AbstractMatchMethod matchMethod)
-
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);protected java.util.List<Parameter>
getSpecialParameters()
has to be implemented by subclass if the matching method has special parameters-
Methods inherited from class cern.accsoft.steering.jmad.kernel.cmd.match.AbstractMatchMethodCommand
getMatchMethod, getParameters
-
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
-
MatchMethodJacobianCommand
public MatchMethodJacobianCommand(AbstractMatchMethod matchMethod)
-
-
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)
-
getSpecialParameters
protected java.util.List<Parameter> getSpecialParameters()
Description copied from class:AbstractMatchMethodCommand
has to be implemented by subclass if the matching method has special parameters- Overrides:
getSpecialParameters
in classAbstractMatchMethodCommand
- Returns:
- the commands;
-
-