vitro.graph
Class Edge

java.lang.Object
  extended by vitro.graph.Edge

public abstract class Edge
extends Object


Field Summary
 Node end
           
 Node start
           
 
Constructor Summary
Edge(Node start, Node end)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

start

public final Node start

end

public final Node end
Constructor Detail

Edge

public Edge(Node start,
            Node end)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object