Class Triple

java.lang.Object
edu.cmu.tetrad.graph.Triple
All Implemented Interfaces:
TetradSerializable, Serializable

public final class Triple extends Object implements TetradSerializable
Stores a triple (x, y, z) of nodes. Note that (x, y, z) = (z, y, x). Useful for marking graphs.
Version:
$Id: $Id
Author:
josephramsey, after Frank Wimberly.
See Also: