Uses of Class
org.infai.emo.matcher.util.Mapping

Packages that use Mapping
org.infai.emo.matcher.util   
 

Uses of Mapping in org.infai.emo.matcher.util
 

Fields in org.infai.emo.matcher.util declared as Mapping
private  Mapping Matching.map
          The mapping between both models.
 

Methods in org.infai.emo.matcher.util that return Mapping
 Mapping Mapping.getInvertedMapping()
          Inverts the tuples of the Mapping, thus the element-order of the tuples will be switched.
 Mapping Matching.getMap()
           
 

Methods in org.infai.emo.matcher.util with parameters of type Mapping
private  void Matching.setMap(Mapping map)
          Set a new mapping to this matching.
 

Constructors in org.infai.emo.matcher.util with parameters of type Mapping
Matching(Mapping map, ElementComparator comparator)
          Creates a new Matching with the specified mapping.