|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DirectedGraphAccessor<V,E extends Edge<V>>
| Method Summary | |
|---|---|
E |
getEdge(V from,
V to)
|
Collection<E> |
getIncomingEdges(V to)
|
Collection<E> |
getOutgoingEdges(V from)
|
Set<V> |
getVertices()
|
boolean |
hasEdge(V from,
V to)
|
| Method Detail |
|---|
E getEdge(V from,
V to)
boolean hasEdge(V from,
V to)
Set<V> getVertices()
Collection<E> getOutgoingEdges(V from)
Collection<E> getIncomingEdges(V to)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||