Class AbstractTableCommand
- java.lang.Object
-
- cern.accsoft.steering.jmad.kernel.AbstractJMadExecutable
-
- cern.accsoft.steering.jmad.kernel.cmd.AbstractCommand
-
- cern.accsoft.steering.jmad.kernel.cmd.table.AbstractTableCommand
-
- All Implemented Interfaces:
Command
,JMadExecutable
- Direct Known Subclasses:
ReadMyTableCommand
,ReadTableCommand
public abstract class AbstractTableCommand extends AbstractCommand
-
-
Constructor Summary
Constructors Constructor Description AbstractTableCommand​(java.io.File file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.List<Parameter>
createParameters()
-
Methods inherited from class cern.accsoft.steering.jmad.kernel.cmd.AbstractCommand
compose, getParameters, 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
-
-
-
-
Method Detail
-
createParameters
protected java.util.List<Parameter> createParameters()
-
-