Uses of Interface
algorithm.matching.MatchingAlgorithm

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

Uses of MatchingAlgorithm in algorithm.matching
 

Classes in algorithm.matching that implement MatchingAlgorithm
 class HungarianAlgorithm
          An implementation of the classic hungarian algorithm for the assignment problem.
 class MultipleOSB
          Deprecated. use OSBFinalMatching instead
 class OSBfinalMatching
          Compute the final matching between two skeletons by applying OSBv5 in multiple iterations.