Package edu.cmu.tetrad.sem
Class SemXmlParser
java.lang.Object
edu.cmu.tetrad.sem.SemXmlParser
This class takes an xml element representing a SEM im and converts it to a SemIM
- Version:
- $Id: $Id
- Author:
- Matt Easterday
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
SemXmlParserpublic SemXmlParser()This class represents a parser for SEM XML representation. It provides methods to parse XML and reinstantiate SEM IM objects. The class does not require any input parameters.
 
- 
- 
Method Details- 
getSemImTakes an xml representation of a SEM IM and reinstantiates the IM- Parameters:
- semImElement- the xml of the IM
- Returns:
- the SemIM
 
 
-