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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleangetI()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.inthashCode()hashCode.static SextadGenerates a simple exemplar of this class to test serialization.toString()toString.
- 
Constructor Details
- 
Method Details- 
serializableInstanceGenerates a simple exemplar of this class to test serialization.- Returns:
- a Sextadobject
 
- 
getIGetter for the field i.- Returns:
- a Nodeobject
 
- 
getJGetter for the field j.- Returns:
- a Nodeobject
 
- 
getKGetter for the field k.- Returns:
- a Nodeobject
 
- 
getLGetter for the field l.- Returns:
- a Nodeobject
 
- 
getMGetter for the field m.- Returns:
- a Nodeobject
 
- 
getNGetter for the field n.- Returns:
- a Nodeobject
 
- 
hashCodepublic int hashCode()hashCode. 
- 
equals
- 
toStringtoString. 
- 
getNodesgetNodes. - Returns:
- a Listobject
 
 
-