snap.graph
Class CoordinationGraph

java.lang.Object
  |
  +--snap.graph.Graph
        |
        +--snap.graph.CoordinationGraph
Direct Known Subclasses:
UIGraph

public class CoordinationGraph
extends Graph

Extension of the simple Graph.

Author:
Nathan Conklin - nathan@conklinfamily.net, Chris North - north@cs.vt.edu, Varun Saini - vsaini@vt.edu, Umer Farooq - ufarooq@vt.edu, Aniket Prabhune - aprabhun@vt.edu

Constructor Summary
CoordinationGraph()
           
 
Methods inherited from class snap.graph.Graph
addGraphChangeEventListener, getMonitor, getNode, nodes, removeGraphChangeEventListener, removeNode, setNode
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoordinationGraph

public CoordinationGraph()