Interface Node

All Superinterfaces:
Comparable<Node>, Serializable, TetradSerializable
All Known Subinterfaces:
Variable
All Known Implementing Classes:
AbstractVariable, ContinuousVariable, DiscreteVariable, GraphNode

public interface Node extends TetradSerializable, Comparable<Node>
Represents an object with a name, node type, and position that can serve as a node in a graph.
Version:
$Id: $Id
Author:
josephramsey
See Also: