|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
public interface GraphComponent<N extends GraphNode>
Interface for strongly connected component.
| Method Summary | |
|---|---|
void |
add(N n)
Adds a node to this component. |
Collection<N> |
getNodes()
Returns the (unmodifiable) collection of nodes in this component. |
| Method Detail |
|---|
void add(N n)
Collection<N> getNodes()
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||