Package cern.accsoft.steering.jmad.io
Class MatchOutputParser
- java.lang.Object
-
- cern.accsoft.steering.jmad.io.MatchOutputParser
-
public class MatchOutputParser extends java.lang.Object
This class provides an interface to read MadX Matching-Output. The read data is returned in a Result - Object.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MatchOutputParser.MatchingOutputTag
-
Constructor Summary
Constructors Constructor Description MatchOutputParser(java.io.File file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MatchResultImpl
getResult()
void
parse()
Parses the file and stores the data in internal Variables.
-
-
-
Method Detail
-
parse
public void parse() throws MatchOutputParserException
Parses the file and stores the data in internal Variables.- Throws:
MatchOutputParserException
- if the parsing fails
-
getResult
public MatchResultImpl getResult()
-
-