|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Edge in net.sf.myra.framework |
---|
Methods in net.sf.myra.framework that return Edge | |
---|---|
Edge<V> |
Graph.getEdge(Vertex<V> from,
Vertex<V> to)
Returns the edge between the specified vertices. |
Methods in net.sf.myra.framework that return types with arguments of type Edge | |
---|---|
java.util.Collection<Edge<V>> |
Graph.getEdges(Vertex<V> vertex)
Returns the list of edges of the specified vertex. |
Methods in net.sf.myra.framework with parameters of type Edge | |
---|---|
int |
Edge.compareTo(Edge<V> other)
|
boolean |
Edge.equals(Edge<V> edge)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |