Uses of Interface
pal.treesearch.BranchAccess
-
Packages that use BranchAccess Package Description pal.treesearch -
-
Uses of BranchAccess in pal.treesearch
Methods in pal.treesearch that return BranchAccess 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)
Methods in pal.treesearch with parameters of type BranchAccess 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)
-