|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Graph<N extends Graph.Node<N,E>,E extends Graph.Edge<N,E>>
This is a generic Graph implementation.
| Nested Class Summary | |
|---|---|
static interface |
Graph.Edge<N extends Graph.Node<N,E>,E extends Graph.Edge<N,E>>
This class represents edges between Nodes in a
Graph. |
static interface |
Graph.Node<N extends Graph.Node<N,E>,E extends Graph.Edge<N,E>>
This class represents nodes in a Graph. |
| Method Summary | |
|---|---|
Set<N> |
nodes()
Return the set of nodes comprising this Graph. |
| Method Detail |
|---|
Set<N> nodes()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||