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 BranchAccess
BranchAccess.Utils.getMatching
(BranchAccess[] base, String[] queryLeftLeaves, String[] queryRightLeaves) static final BranchAccess
BranchAccess.Utils.getMatching
(BranchAccess[] base, BranchAccess query) Methods in pal.treesearch with parameters of type BranchAccessModifier and TypeMethodDescriptionstatic final BranchAccess
BranchAccess.Utils.getMatching
(BranchAccess[] base, String[] queryLeftLeaves, String[] queryRightLeaves) static final BranchAccess
BranchAccess.Utils.getMatching
(BranchAccess[] base, BranchAccess query) static final boolean
BranchAccess.Utils.isMatching
(BranchAccess branch, String[] queryLeftLeaves, String[] queryRightLeaves) static final void
BranchAccess.Utils.transferAnnotation
(String[] sourceLeftLeaves, String[] sourceRightLeaves, Object annotation, BranchAccess[] desination) static final void
BranchAccess.Utils.transferAnnotation
(BranchAccess[] source, BranchAccess[] destination) Transfers the annotation across two independent sets of BranchAccess objects.static final void
BranchAccess.Utils.transferAnnotation
(BranchAccess source, BranchAccess[] desination)