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

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

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

Methods in org.infai.emo.matcher.map that return Settings
 Settings MapFactory.createSettings()
          Returns a new object of class 'Settings'
 Settings MapModel.getComparisonSettings()
          Returns the value of the 'Comparison Settings' containment reference
 

Methods in org.infai.emo.matcher.map with parameters of type Settings
 void MapModel.setComparisonSettings(Settings value)
          Sets the value of the 'Comparison Settings' containment reference
 

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

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

Fields in org.infai.emo.matcher.map.impl declared as Settings
protected  Settings MapModelImpl.comparisonSettings
          The cached value of the 'Comparison Settings' containment reference
 

Methods in org.infai.emo.matcher.map.impl that return Settings
 Settings MapFactoryImpl.createSettings()
           
 Settings MapModelImpl.getComparisonSettings()
           
 

Methods in org.infai.emo.matcher.map.impl with parameters of type Settings
 org.eclipse.emf.common.notify.NotificationChain MapModelImpl.basicSetComparisonSettings(Settings newComparisonSettings, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void MapModelImpl.setComparisonSettings(Settings newComparisonSettings)
           
 

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

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