|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BranchNode
Represents a branch node on a tree. A BranchNode can only have one parent BranchNode. If a BranchNode
has no parent, it's a root node.
| Method Summary | |
|---|---|
int |
getLevel()
Get node level. |
java.util.Stack |
getPath()
Get the path from the root node to this node on the tree. |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
int getLevel()
java.util.Stack getPath()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||