Class InitPtcTask
- java.lang.Object
 - 
- cern.accsoft.steering.jmad.kernel.AbstractJMadExecutable
 - 
- cern.accsoft.steering.jmad.kernel.task.AbstractTask
 - 
- cern.accsoft.steering.jmad.kernel.task.ptc.InitPtcTask
 
 
 
 
- 
- All Implemented Interfaces:
 JMadExecutable
public class InitPtcTask extends AbstractTask
initializes the PTC universe, creates the layout and calls the ptc-align 
- 
- 
Constructor Summary
Constructors Constructor Description InitPtcTask() 
- 
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 commands- 
Methods inherited from class cern.accsoft.steering.jmad.kernel.task.AbstractTask
compose 
- 
Methods inherited from class cern.accsoft.steering.jmad.kernel.AbstractJMadExecutable
getOutputFile, getResultType, setOutputFile 
 - 
 
 - 
 
- 
- 
Method Detail
- 
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
 
 
 - 
 
 -