Class SemXmlParser

java.lang.Object
edu.cmu.tetrad.sem.SemXmlParser

public class SemXmlParser extends Object
This class takes an xml element representing a SEM im and converts it to a SemIM
Author:
Matt Easterday
  • Constructor Details

    • SemXmlParser

      public SemXmlParser()
  • Method Details

    • getSemIm

      public static SemIm getSemIm(nu.xom.Element semImElement)
      Takes an xml representation of a SEM IM and reinstantiates the IM
      Parameters:
      semImElement - the xml of the IM
      Returns:
      the SemIM