|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface TreeManipulator.BranchAccess
The branch access objects allow specific operations on a particular branch (refered to as connections internally to confuse and bewilder)
Method Summary | |
---|---|
TreeManipulator |
attachSubTree(Node subTree,
int constructionMode)
Create a new TreeManipulator object that has sub grafted on (half way across this branch) |
java.lang.String[][] |
getLabelSplit()
Obtain the split of the labels around this branch. |
void |
setAnnotation(java.lang.Object annotation)
Set the annotation for this branch (will be used when instructing a TreeInterface |
Method Detail |
---|
TreeManipulator attachSubTree(Node subTree, int constructionMode)
subTree
- The sub tree, as normal Node object.
java.lang.String[][] getLabelSplit()
void setAnnotation(java.lang.Object annotation)
annotation
- the annotation object (is dependent on the TreeInterface instructed)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |