Class IntSextad

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

public class IntSextad extends Object implements TetradSerializable
See Also:
  • Constructor Details

    • IntSextad

      public IntSextad(int i, int j, int k, int l, int m, int n)
  • Method Details

    • serializableInstance

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

      public int getI()
    • getJ

      public int getJ()
    • getK

      public int getK()
    • getL

      public int getL()
    • getM

      public int getM()
    • getN

      public int 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<Integer> getNodes()