helix.graph.model
Interface Edge

All Superinterfaces:
GraphElement, Registry
All Known Implementing Classes:
MemEdge

public interface Edge
extends GraphElement


Field Summary
 
Fields inherited from interface helix.graph.model.Registry
Color, Colors, Comment, IsDirect, Label, Orientation, Rank
 
Method Summary
 boolean equals(Edge e)
           
 Vertex getVertexTo(Vertex v)
           
 int hashCode()
           
 boolean hasVertex(Vertex v)
           
 Vertex[] toArray()
           
 Vertex v1()
           
 Vertex v2()
           
 
Methods inherited from interface helix.graph.model.Registry
copy, get, has, keys, registry, remove, set, set, set, set, set, set
 

Method Detail

v1

Vertex v1()

v2

Vertex v2()

hasVertex

boolean hasVertex(Vertex v)

getVertexTo

Vertex getVertexTo(Vertex v)

toArray

Vertex[] toArray()

hashCode

int hashCode()
Overrides:
hashCode in class Object

equals

boolean equals(Edge e)