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