Package edu.cmu.tetrad.search.utils
Class Sextad
java.lang.Object
edu.cmu.tetrad.search.utils.Sextad
- All Implemented Interfaces:
TetradSerializable
,Serializable
Represents an ordered sextad of nodes.
- Author:
- josephramsey
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns a judgment of equality with another Sextad instance.int
getI()
int
getJ()
int
getK()
int
getL()
int
getM()
int
getN()
getNodes()
Returns the list of nodes.int
hashCode()
static Sextad
Generates a simple exemplar of this class to test serialization.toString()
-
Constructor Details
-
Sextad
public Sextad(int i, int j, int k, int l, int m, int n) Constructor.
-
-
Method Details
-
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() -
equals
Returns a judgment of equality with another Sextad instance. -
toString
-
getNodes
Returns the list of nodes.- Returns:
- This list.
-