Package cern.accsoft.steering.jmad.io
Class StrengthFileParser
- java.lang.Object
-
- cern.accsoft.steering.jmad.io.StrengthFileParser
-
public class StrengthFileParser extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description StrengthFileParser(java.io.File file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrengthResultgetResult()java.util.List<Strength>getStrengths()java.util.List<CustomVariable>getVariables()voidparse(boolean checkForValidStrengthNames)
-
-
-
Method Detail
-
parse
public void parse(boolean checkForValidStrengthNames) throws StrengthFileParserException- Throws:
StrengthFileParserException
-
getStrengths
public java.util.List<Strength> getStrengths()
-
getResult
public StrengthResult getResult()
-
getVariables
public java.util.List<CustomVariable> getVariables()
-
-