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.
- Version:
- $Id: $Id
- Author:
- josephramsey
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
getI()
Getter for the fieldi
.int
getJ()
Getter for the fieldj
.int
getK()
Getter for the fieldk
.int
getL()
Getter for the fieldl
.int
getM()
Getter for the fieldm
.int
getN()
Getter for the fieldn
.getNodes()
Returns the list of nodes.int
hashCode()
hashCode.static Sextad
Generates a simple exemplar of this class to test serialization.toString()
toString.
-
Constructor Details
-
Sextad
public Sextad(int i, int j, int k, int l, int m, int n) Constructor.- Parameters:
i
- a intj
- a intk
- a intl
- a intm
- a intn
- a int
-
-
Method Details
-
serializableInstance
-
getI
public int getI()Getter for the field
i
.- Returns:
- a int
-
getJ
public int getJ()Getter for the field
j
.- Returns:
- a int
-
getK
public int getK()Getter for the field
k
.- Returns:
- a int
-
getL
public int getL()Getter for the field
l
.- Returns:
- a int
-
getM
public int getM()Getter for the field
m
.- Returns:
- a int
-
getN
public int getN()Getter for the field
n
.- Returns:
- a int
-
hashCode
-
equals
-
toString
-
getNodes
-