Uses of Interface
pal.treesearch.BranchAccess
Packages that use BranchAccess
-
Uses of BranchAccess in pal.treesearch
Methods in pal.treesearch that return BranchAccessModifier and TypeMethodDescriptionUnrootedMLSearcher.getAccessToBranches()static final BranchAccessBranchAccess.Utils.getMatching(BranchAccess[] base, String[] queryLeftLeaves, String[] queryRightLeaves) static final BranchAccessBranchAccess.Utils.getMatching(BranchAccess[] base, BranchAccess query) Methods in pal.treesearch with parameters of type BranchAccessModifier and TypeMethodDescriptionstatic final BranchAccessBranchAccess.Utils.getMatching(BranchAccess[] base, String[] queryLeftLeaves, String[] queryRightLeaves) static final BranchAccessBranchAccess.Utils.getMatching(BranchAccess[] base, BranchAccess query) static final booleanBranchAccess.Utils.isMatching(BranchAccess branch, String[] queryLeftLeaves, String[] queryRightLeaves) static final voidBranchAccess.Utils.transferAnnotation(String[] sourceLeftLeaves, String[] sourceRightLeaves, Object annotation, BranchAccess[] desination) static final voidBranchAccess.Utils.transferAnnotation(BranchAccess[] source, BranchAccess[] destination) Transfers the annotation across two independent sets of BranchAccess objects.static final voidBranchAccess.Utils.transferAnnotation(BranchAccess source, BranchAccess[] desination)