Uses of Interface
org.infai.emo.matcher.map.Comparator

Packages that use Comparator
org.infai.emo.matcher.map   
org.infai.emo.matcher.map.impl   
org.infai.emo.matcher.map.util   
 

Uses of Comparator in org.infai.emo.matcher.map
 

Methods in org.infai.emo.matcher.map that return Comparator
 Comparator MapFactory.createComparator()
          Returns a new object of class 'Comparator'
 

Methods in org.infai.emo.matcher.map that return types with arguments of type Comparator
 org.eclipse.emf.common.util.EList<Comparator> ComparatorWeightings.getGenericComparators()
          Returns the value of the 'Generic Comparators' containment reference list.
 

Uses of Comparator in org.infai.emo.matcher.map.impl
 

Classes in org.infai.emo.matcher.map.impl that implement Comparator
 class ComparatorImpl
          An implementation of the model object 'Comparator'
 

Fields in org.infai.emo.matcher.map.impl with type parameters of type Comparator
protected  org.eclipse.emf.common.util.EList<Comparator> ComparatorWeightingsImpl.genericComparators
          The cached value of the 'Generic Comparators' containment reference list
 

Methods in org.infai.emo.matcher.map.impl that return Comparator
 Comparator MapFactoryImpl.createComparator()
           
 

Methods in org.infai.emo.matcher.map.impl that return types with arguments of type Comparator
 org.eclipse.emf.common.util.EList<Comparator> ComparatorWeightingsImpl.getGenericComparators()
           
 

Uses of Comparator in org.infai.emo.matcher.map.util
 

Methods in org.infai.emo.matcher.map.util with parameters of type Comparator
 T MapSwitch.caseComparator(Comparator object)
          Returns the result of interpreting the object as an instance of 'Comparator'