vitro.graph
Class EdgeAnnotation

java.lang.Object
  extended by vitro.graph.EdgeAnnotation
All Implemented Interfaces:
Annotation

public class EdgeAnnotation
extends Object
implements Annotation


Field Summary
 Edge edge
           
 String label
           
 
Constructor Summary
EdgeAnnotation(Edge edge)
           
EdgeAnnotation(Edge edge, String label)
           
 
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

edge

public final Edge edge

label

public final String label
Constructor Detail

EdgeAnnotation

public EdgeAnnotation(Edge edge)

EdgeAnnotation

public EdgeAnnotation(Edge edge,
                      String label)
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