Uses of Interface
pal.treesearch.BranchAccess

Packages that use BranchAccess
pal.treesearch   
 

Uses of BranchAccess in pal.treesearch
 

Methods in pal.treesearch that return BranchAccess
 BranchAccess[] UnrootedMLSearcher.getAccessToBranches()
           
static BranchAccess BranchAccess.Utils.getMatching(BranchAccess[] base, BranchAccess query)
           
static BranchAccess BranchAccess.Utils.getMatching(BranchAccess[] base, java.lang.String[] queryLeftLeaves, java.lang.String[] queryRightLeaves)
           
 

Methods in pal.treesearch with parameters of type BranchAccess
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)