com.cogent.graph
Class EdgeList

java.lang.Object
  |
  +--com.cogent.graph.EdgeList

public class EdgeList
extends java.lang.Object

edgeList


Constructor Summary
EdgeList()
           
 
Method Summary
 void addEdge(Edge newEdge)
          adds an edge to the edge list
 void addVertexReference(VertexReference vr)
          adds vertexReference to its owner graph
 java.util.Vector getEdges()
           
 VertexReference getOwner()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EdgeList

public EdgeList()
Method Detail

addVertexReference

public void addVertexReference(VertexReference vr)
adds vertexReference to its owner graph


addEdge

public void addEdge(Edge newEdge)
adds an edge to the edge list


getEdges

public java.util.Vector getEdges()

getOwner

public VertexReference getOwner()