Interface CallableModelFile
-
- All Superinterfaces:
ModelFile
- All Known Implementing Classes:
CallableModelFileImpl
public interface CallableModelFile extends ModelFile
a model file that will be called at initialization time
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CallableModelFile.ParseType
This enum defines if the file will be parsed or not-
Nested classes/interfaces inherited from interface cern.accsoft.steering.jmad.domain.file.ModelFile
ModelFile.ModelFileLocation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CallableModelFile.ParseType
getParseType()
-
Methods inherited from interface cern.accsoft.steering.jmad.domain.file.ModelFile
getLocation, getName
-
-
-
-
Method Detail
-
getParseType
CallableModelFile.ParseType getParseType()
- Returns:
- the parse type
-
-