Uses of Class
algorithm.matching.PossibleMatching

Packages that use PossibleMatching
algorithm.matching Package containing all classes that are used to establish a final matching between two skeletons' end nodes. 
 

Uses of PossibleMatching in algorithm.matching
 

Fields in algorithm.matching with type parameters of type PossibleMatching
private  java.util.List<PossibleMatching> PossibleMatchList.possibleMatchings
          container for all possible matchings
 

Methods in algorithm.matching that return PossibleMatching
 PossibleMatching PossibleMatchList.getMatchingByEndNodes(SkeletonNode sn1, SkeletonNode sn2)
          From the list of possible matchings, extract the matching between the two nodes specified by the parameters.
 

Methods in algorithm.matching with parameters of type PossibleMatching
 void PossibleMatchList.addPossibleMatching(PossibleMatching pm)
          Add a new possible matching.