Package edu.cmu.tetrad.graph
Class Triple
java.lang.Object
edu.cmu.tetrad.graph.Triple
- All Implemented Interfaces:
TetradSerializable
,Serializable
Stores a triple (x, y, z) of nodes. Note that (x, y, z) = (z, y, x). Useful for marking graphs.
- Author:
- josephramsey, after Frank Wimberly.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Triple
Constructs a triple of nodes.
-
-
Method Details