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

Packages that use MapModel
org.infai.emo.matcher.action   
org.infai.emo.matcher.diff   
org.infai.emo.matcher.diff.impl   
org.infai.emo.matcher.editor.pages   
org.infai.emo.matcher.map   
org.infai.emo.matcher.map.impl   
org.infai.emo.matcher.map.util   
 

Uses of MapModel in org.infai.emo.matcher.action
 

Fields in org.infai.emo.matcher.action declared as MapModel
private  MapModel ModelMatcher.mapModel
          The built EMF-Model from the mapping.
private  MapModel DiffBuilder.mapModel
          The mapping created by the MappingBuilder.
 

Methods in org.infai.emo.matcher.action that return MapModel
 MapModel ModelMatcher.getMapping()
          Method returns the mapping between both models.
protected  MapModel MappingBuilder.getMapping(boolean createConfigurationData)
          This method calculates the Mapping between the model-elements and creates an EMF-Model that contains the mapped elements and their matching-values.
 MapModel ModelMatcher.getMappingWithConfiguration()
           
 

Methods in org.infai.emo.matcher.action with parameters of type MapModel
private  void MappingBuilder.createConfigurationData(MapFactory fac, MapModel mapModel)
          create the configuration-data for the comparison that will be stored in the model.
 DiffModel ModelMatcher.getDiff(MapModel mapModel)
           
 

Constructors in org.infai.emo.matcher.action with parameters of type MapModel
DiffBuilder(MapModel mapModel)
          Constructor for instantiating a new DiffBuilder with the mapping that is shall compute.
 

Uses of MapModel in org.infai.emo.matcher.diff
 

Methods in org.infai.emo.matcher.diff that return MapModel
 MapModel Input.getMapping()
          Returns the value of the 'Mapping' containment reference
 

Methods in org.infai.emo.matcher.diff with parameters of type MapModel
 void Input.setMapping(MapModel value)
          Sets the value of the 'Mapping' containment reference
 

Uses of MapModel in org.infai.emo.matcher.diff.impl
 

Fields in org.infai.emo.matcher.diff.impl declared as MapModel
protected  MapModel InputImpl.mapping
          The cached value of the 'Mapping' containment reference
 

Methods in org.infai.emo.matcher.diff.impl that return MapModel
 MapModel InputImpl.getMapping()
           
 

Methods in org.infai.emo.matcher.diff.impl with parameters of type MapModel
 org.eclipse.emf.common.notify.NotificationChain InputImpl.basicSetMapping(MapModel newMapping, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void InputImpl.setMapping(MapModel newMapping)
           
 

Uses of MapModel in org.infai.emo.matcher.editor.pages
 

Fields in org.infai.emo.matcher.editor.pages declared as MapModel
private  MapModel DifferencePage.mapModel
          The model that contains the mapping between both compared input-models.
 

Methods in org.infai.emo.matcher.editor.pages that return MapModel
 MapModel DifferencePage.getMappingModel()
           
 

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

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

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

Classes in org.infai.emo.matcher.map.impl that implement MapModel
 class MapModelImpl
          An implementation of the model object 'Model'
 

Methods in org.infai.emo.matcher.map.impl that return MapModel
 MapModel MapFactoryImpl.createMapModel()
           
 

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

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