|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Node
This interface defines the functions needed by the walkers and dispatchers. These are implemented by the node of the graph that needs to be walked.
| Method Summary | |
|---|---|
List<? extends Node> |
getChildren()
Gets the vector of children nodes. |
String |
getName()
Gets the name of the node. |
| Method Detail |
|---|
List<? extends Node> getChildren()
String getName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||