Uses of Class
evaluation.comparison.ComplexMapping

Packages that use ComplexMapping
evaluation.comparison   
 

Uses of ComplexMapping in evaluation.comparison
 

Methods in evaluation.comparison that return types with arguments of type ComplexMapping
 Iterator<ComplexMapping> ComplexMappings.iterator()
          Returns an iterator over the ComplexMapping objects int this list
 

Constructor parameters in evaluation.comparison with type arguments of type ComplexMapping
ComplexMappings(ComplexSet setA, ComplexSet setB, List<ComplexMapping> mappings)
          Creates a new set of complex mappings.