static BranchAccess |
BranchAccess.Utils.getMatching(BranchAccess[] base,
BranchAccess query) |
static BranchAccess |
BranchAccess.Utils.getMatching(BranchAccess[] base,
BranchAccess query) |
static BranchAccess |
BranchAccess.Utils.getMatching(BranchAccess[] base,
java.lang.String[] queryLeftLeaves,
java.lang.String[] queryRightLeaves) |
static boolean |
BranchAccess.Utils.isMatching(BranchAccess branch,
java.lang.String[] queryLeftLeaves,
java.lang.String[] queryRightLeaves) |
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[] destination)
Transfers the annotation across two independent sets of BranchAccess objects.
|
static void |
BranchAccess.Utils.transferAnnotation(BranchAccess source,
BranchAccess[] desination) |
static void |
BranchAccess.Utils.transferAnnotation(BranchAccess source,
BranchAccess[] desination) |
static void |
BranchAccess.Utils.transferAnnotation(java.lang.String[] sourceLeftLeaves,
java.lang.String[] sourceRightLeaves,
java.lang.Object annotation,
BranchAccess[] desination) |