Interface JMadExecutable
-
- All Known Subinterfaces:
Command
- All Known Implementing Classes:
AbstractCommand
,AbstractJMadExecutable
,AbstractMatchMethodCommand
,AbstractResultSelectableTask
,AbstractTableCommand
,AbstractTask
,AddFieldErrors
,AssignCommand
,BeamCommand
,CallCommand
,CommandBlock
,CycleCommand
,CycleSequence
,DefineAndInstallElements
,DefineElement
,DeleteCommand
,DynapCommand
,DynapTask
,EalignCommand
,EfcompCommand
,EndeditCommand
,EOptionCommand
,EsaveCommand
,FlattenCommand
,FreeText
,GaussEalignCommand
,GetMisalignmentsTask
,GetValues
,InitPtcTask
,InstallCommand
,MatchConstraintGlobalCommand
,MatchConstraintLocalCommand
,MatchEndCommand
,MatchInitiateCommand
,MatchMethodJacobianCommand
,MatchMethodLmdifCommand
,MatchMethodMigradCommand
,MatchMethodSimplexCommand
,MatchVaryParameterCommand
,OptionCommand
,PrintCommand
,PtcAlignCommand
,PtcCreateLayoutCommand
,PtcCreateUniverseCommand
,PtcEndCommand
,PtcSetSwitchCommand
,PtcTwissCommand
,ReadMyTableCommand
,ReadTableCommand
,ResbeamCommand
,RunMatch
,RunPtcTwiss
,RunTwiss
,SaveBetaCommand
,SelectCommand
,SeqeditCommand
,SetBeam
,SetClassMisalignment
,SetEqual
,SetFormatCommand
,SetListEqual
,SetMisalignment
,SetMisalignmentsTask
,TrackCommand
,TrackEndCommand
,TrackObserveCommand
,TrackRunCommand
,TrackStartCommand
,TrackTask
,TwissCommand
,UseCommand
,ValueCommand
,WriteCommand
public interface JMadExecutable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
compose()
returns a string which will be sent to madx in order to accomplish some Task in MadX.java.io.File
getOutputFile()
ResultType
getResultType()
void
setOutputFile(java.io.File outputFile)
-
-
-
Method Detail
-
compose
java.lang.String compose()
returns a string which will be sent to madx in order to accomplish some Task in MadX.- Returns:
- the composed string for this executable that can be sent to MadX
-
getResultType
ResultType getResultType()
-
setOutputFile
void setOutputFile(java.io.File outputFile)
-
getOutputFile
java.io.File getOutputFile()
-
-