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

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

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

Methods in org.infai.emo.matcher.map that return ComparatorWeightings
 ComparatorWeightings MapFactory.createComparatorWeightings()
          Returns a new object of class 'Comparator Weightings'
 ComparatorWeightings Settings.getWeightings()
          Returns the value of the 'Weightings' containment reference
 

Methods in org.infai.emo.matcher.map with parameters of type ComparatorWeightings
 void Settings.setWeightings(ComparatorWeightings value)
          Sets the value of the 'Weightings' containment reference
 

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

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

Fields in org.infai.emo.matcher.map.impl declared as ComparatorWeightings
protected  ComparatorWeightings SettingsImpl.weightings
          The cached value of the 'Weightings' containment reference
 

Methods in org.infai.emo.matcher.map.impl that return ComparatorWeightings
 ComparatorWeightings MapFactoryImpl.createComparatorWeightings()
           
 ComparatorWeightings SettingsImpl.getWeightings()
           
 

Methods in org.infai.emo.matcher.map.impl with parameters of type ComparatorWeightings
 org.eclipse.emf.common.notify.NotificationChain SettingsImpl.basicSetWeightings(ComparatorWeightings newWeightings, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void SettingsImpl.setWeightings(ComparatorWeightings newWeightings)
           
 

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

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