Class RunMatch
- java.lang.Object
-
- cern.accsoft.steering.jmad.kernel.AbstractJMadExecutable
-
- cern.accsoft.steering.jmad.kernel.task.AbstractTask
-
- cern.accsoft.steering.jmad.kernel.task.RunMatch
-
- All Implemented Interfaces:
JMadExecutable
public class RunMatch extends AbstractTask
-
-
Field Summary
Fields Modifier and Type Field Description static doubleFINAL_PENALTY_FACTOR
-
Constructor Summary
Constructors Constructor Description RunMatch(MatchResultRequest newReq, TwissInitialConditions twissFromModel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.List<Command>getCommands()has to be implemented in subclass in order to retrieve the commandsResultTypegetResultType()TheResultTypewhich is produced by this command.-
Methods inherited from class cern.accsoft.steering.jmad.kernel.task.AbstractTask
compose
-
Methods inherited from class cern.accsoft.steering.jmad.kernel.AbstractJMadExecutable
getOutputFile, setOutputFile
-
-
-
-
Field Detail
-
FINAL_PENALTY_FACTOR
public static final double FINAL_PENALTY_FACTOR
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
RunMatch
public RunMatch(MatchResultRequest newReq, TwissInitialConditions twissFromModel)
-
-
Method Detail
-
getResultType
public ResultType getResultType()
Description copied from class:AbstractJMadExecutableTheResultTypewhich is produced by this command. This value is then used by the kernel, in order to determine which parser to use to determine the type of parser to use for parsing the madx-output.Shall be overridden by subclass, if it provides a result.
- Specified by:
getResultTypein interfaceJMadExecutable- Overrides:
getResultTypein classAbstractJMadExecutable- Returns:
- the result type for this executable
-
getCommands
protected java.util.List<Command> getCommands()
Description copied from class:AbstractTaskhas to be implemented in subclass in order to retrieve the commands- Specified by:
getCommandsin classAbstractTask- Returns:
- the ArrayList of commands
-
-