tpp
Class Graph

java.lang.Object
  extended by tpp.Graph

public class Graph
extends java.lang.Object


Constructor Summary
Graph()
           
 
Method Summary
 void add(Connection cnxn)
           
 java.util.ArrayList<Connection> getAllConnections()
           
 Graph getGraph()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Graph

public Graph()
Method Detail

add

public void add(Connection cnxn)

getGraph

public Graph getGraph()

getAllConnections

public java.util.ArrayList<Connection> getAllConnections()