public static interface TreeManipulator.BranchAccess
Modifier and Type | Method | Description |
---|---|---|
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
|
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)