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
- Author:
- Matt Easterday
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SemXmlParser
public SemXmlParser()
-
-
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
-