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 Summary
Constructors -
Method Summary
-
Constructor Details
-
SemXmlParser
public 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
-
getSemIm
Takes an xml representation of a SEM IM and reinstantiates the IM- Parameters:
semImElement
- the xml of the IM- Returns:
- the SemIM
-