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 BranchAccessBranchAccess.Utils. getMatching(BranchAccess[] base, java.lang.String[] queryLeftLeaves, java.lang.String[] queryRightLeaves)static BranchAccessBranchAccess.Utils. getMatching(BranchAccess[] base, BranchAccess query)Methods in pal.treesearch with parameters of type BranchAccess Modifier and Type Method Description static BranchAccessBranchAccess.Utils. getMatching(BranchAccess[] base, java.lang.String[] queryLeftLeaves, java.lang.String[] queryRightLeaves)static BranchAccessBranchAccess.Utils. getMatching(BranchAccess[] base, BranchAccess query)static booleanBranchAccess.Utils. isMatching(BranchAccess branch, java.lang.String[] queryLeftLeaves, java.lang.String[] queryRightLeaves)static voidBranchAccess.Utils. transferAnnotation(java.lang.String[] sourceLeftLeaves, java.lang.String[] sourceRightLeaves, java.lang.Object annotation, BranchAccess[] desination)static voidBranchAccess.Utils. transferAnnotation(BranchAccess[] source, BranchAccess[] destination)Transfers the annotation across two independent sets of BranchAccess objects.static voidBranchAccess.Utils. transferAnnotation(BranchAccess source, BranchAccess[] desination)
-