Package | Description |
---|---|
pal.treesearch |
Modifier and Type | Method | Description |
---|---|---|
BranchAccess[] |
UnrootedMLSearcher.getAccessToBranches() |
|
static BranchAccess |
BranchAccess.Utils.getMatching(BranchAccess[] base,
java.lang.String[] queryLeftLeaves,
java.lang.String[] queryRightLeaves) |
|
static BranchAccess |
BranchAccess.Utils.getMatching(BranchAccess[] base,
BranchAccess query) |
Modifier and Type | Method | Description |
---|---|---|
static BranchAccess |
BranchAccess.Utils.getMatching(BranchAccess[] base,
java.lang.String[] queryLeftLeaves,
java.lang.String[] queryRightLeaves) |
|
static BranchAccess |
BranchAccess.Utils.getMatching(BranchAccess[] base,
BranchAccess query) |
|
static boolean |
BranchAccess.Utils.isMatching(BranchAccess branch,
java.lang.String[] queryLeftLeaves,
java.lang.String[] queryRightLeaves) |
|
static void |
BranchAccess.Utils.transferAnnotation(java.lang.String[] sourceLeftLeaves,
java.lang.String[] sourceRightLeaves,
java.lang.Object annotation,
BranchAccess[] desination) |
|
static void |
BranchAccess.Utils.transferAnnotation(BranchAccess[] source,
BranchAccess[] destination) |
Transfers the annotation across two independent sets of BranchAccess objects.
|
static void |
BranchAccess.Utils.transferAnnotation(BranchAccess source,
BranchAccess[] desination) |