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
Version:
$Id: $Id
Author:
Matt Easterday
  • Constructor Summary

    Constructors
    Constructor
    Description
    This class represents a parser for SEM XML representation.
  • Method Summary

    Modifier and Type
    Method
    Description
    static SemIm
    getSemIm(nu.xom.Element semImElement)
    Takes an xml representation of a SEM IM and reinstantiates the IM

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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

      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