Class Dag

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

public final class Dag extends Object implements Graph
Represents a directed acyclic graph--that is, a graph containing only directed edges, with no cycles. Variables are permitted to be either measured or latent, with at most one edge per node pair, and no edges to self.
Version:
$Id: $Id
Author:
josephramsey
See Also: