java.lang.Object
edu.cmu.tetrad.search.work_in_progress.Sextad
All Implemented Interfaces:
TetradSerializable, Serializable

public class Sextad extends Object implements TetradSerializable
Represents an ordered sextad of variables.
See Also:
  • Constructor Details

  • Method Details

    • serializableInstance

      public static Sextad serializableInstance()
      Generates a simple exemplar of this class to test serialization.
    • getI

      public Node getI()
    • getJ

      public Node getJ()
    • getK

      public Node getK()
    • getL

      public Node getL()
    • getM

      public Node getM()
    • getN

      public Node getN()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getNodes

      public List<Node> getNodes()