Class AbstractMatchMethodCommand
- java.lang.Object
-
- cern.accsoft.steering.jmad.kernel.AbstractJMadExecutable
-
- cern.accsoft.steering.jmad.kernel.cmd.AbstractCommand
-
- cern.accsoft.steering.jmad.kernel.cmd.match.AbstractMatchMethodCommand
-
- All Implemented Interfaces:
Command,JMadExecutable
- Direct Known Subclasses:
MatchMethodJacobianCommand,MatchMethodLmdifCommand,MatchMethodMigradCommand,MatchMethodSimplexCommand
public abstract class AbstractMatchMethodCommand extends AbstractCommand
-
-
Constructor Summary
Constructors Constructor Description AbstractMatchMethodCommand(MatchMethod matchMethod)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected MatchMethodgetMatchMethod()java.util.List<Parameter>getParameters()this may be overridden if the command has parameters.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.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
-
AbstractMatchMethodCommand
public AbstractMatchMethodCommand(MatchMethod matchMethod)
-
-
Method Detail
-
getParameters
public java.util.List<Parameter> getParameters()
Description copied from class:AbstractCommandthis may be overridden if the command has parameters.- Specified by:
getParametersin interfaceCommand- Overrides:
getParametersin classAbstractCommand- Returns:
- all the parameter for the command
-
getSpecialParameters
protected java.util.List<Parameter> getSpecialParameters()
has to be implemented by subclass if the matching method has special parameters- Returns:
- the commands;
-
getMatchMethod
protected MatchMethod getMatchMethod()
-
-