Class Sextad
java.lang.Object
edu.cmu.tetrad.search.work_in_progress.Sextad
- All Implemented Interfaces:
TetradSerializable
,Serializable
Represents an ordered sextad of variables.
- Version:
- $Id: $Id
- Author:
- josephramsey
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getI()
Getter for the fieldi
.getJ()
Getter for the fieldj
.getK()
Getter for the fieldk
.getL()
Getter for the fieldl
.getM()
Getter for the fieldm
.getN()
Getter for the fieldn
.getNodes()
getNodes.int
hashCode()
hashCode.static Sextad
Generates a simple exemplar of this class to test serialization.toString()
toString.
-
Constructor Details
-
Method Details
-
serializableInstance
Generates a simple exemplar of this class to test serialization.- Returns:
- a
Sextad
object
-
getI
Getter for the field
i
.- Returns:
- a
Node
object
-
getJ
Getter for the field
j
.- Returns:
- a
Node
object
-
getK
Getter for the field
k
.- Returns:
- a
Node
object
-
getL
Getter for the field
l
.- Returns:
- a
Node
object
-
getM
Getter for the field
m
.- Returns:
- a
Node
object
-
getN
Getter for the field
n
.- Returns:
- a
Node
object
-
hashCode
public int hashCode()hashCode.
-
equals
-
toString
toString.
-
getNodes
getNodes.
- Returns:
- a
List
object
-