Uses of Class
algorithm.matching.Matching

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

Uses of Matching in algorithm.matching
 

Fields in algorithm.matching with type parameters of type Matching
private  java.util.Queue<Matching> MatchList.matchlist
          holding all matchings, order according to their matching costs
 

Methods in algorithm.matching that return types with arguments of type Matching
 java.util.Queue<Matching> MatchList.getMatchlist()
          return matchlist - list containing all found matches.
 

Methods in algorithm.matching with parameters of type Matching
 int Matching.compareTo(Matching o)
           
 boolean MatchList.contains(Matching matching)
          check if a matchlist contains a specified matching