Package edu.cmu.tetrad.sem
Class SemXmlRenderer
java.lang.Object
edu.cmu.tetrad.sem.SemXmlRenderer
This class converts a SemIm into xml.
- Version:
- $Id: $Id
- Author:
- Matt Easterday
-
Method Summary
Modifier and TypeMethodDescriptionstatic nu.xom.Element
getElement
(SemIm semIm) Converts a Sem Im into xml.
-
Method Details
-
getElement
Converts a Sem Im into xml.- Parameters:
semIm
- the instantiated structural equation model to convert- Returns:
- xml representation
-