com.cogent.graph
Class Edge

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

public class Edge
extends java.lang.Object

edge


Constructor Summary
Edge()
           
Edge(VertexReference meaning, VertexReference destination)
          creates an edge of a meaning and destination vertexReference
 
Method Summary
 VertexReference getDestination()
           
 VertexReference getMeaning()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Edge

public Edge()

Edge

public Edge(VertexReference meaning,
            VertexReference destination)
creates an edge of a meaning and destination vertexReference

Method Detail

getMeaning

public VertexReference getMeaning()

getDestination

public VertexReference getDestination()