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

Packages that use MappingElement
org.infai.emo.matcher.action   
org.infai.emo.matcher.map   
org.infai.emo.matcher.map.impl   
org.infai.emo.matcher.map.util   
 

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

Methods in org.infai.emo.matcher.action that return MappingElement
private  MappingElement MappingBuilder.createMappingElement(MapFactory fac, org.eclipse.emf.ecore.EObject leftElement, org.eclipse.emf.ecore.EObject rightElement, java.lang.Double matchingValue)
          Creates a mapping-element with the given values.
 

Methods in org.infai.emo.matcher.action with parameters of type MappingElement
private  void DiffBuilder.attributeChanged(java.util.HashMap<java.lang.Integer,Group> groupObjects, MappingElement e)
          Method calculates if attributes of the elements have changed.
private  void DiffBuilder.elementMoved(java.util.HashMap<java.lang.Integer,Group> groupObjects, MappingElement e)
          Method detects changes of the element-positions.
private  void DiffBuilder.referenceChanged(java.util.HashMap<java.lang.Integer,Group> groupObjects, MappingElement e)
          Method calculates if references of the elements have changed.
 

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

Methods in org.infai.emo.matcher.map that return MappingElement
 MappingElement MapFactory.createMappingElement()
          Returns a new object of class 'Mapping Element'
 

Methods in org.infai.emo.matcher.map that return types with arguments of type MappingElement
 org.eclipse.emf.common.util.EList<MappingElement> MapModel.getMappedElements()
          Returns the value of the 'Mapped Elements' containment reference list.
 

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

Classes in org.infai.emo.matcher.map.impl that implement MappingElement
 class MappingElementImpl
          An implementation of the model object 'Mapping Element'
 

Fields in org.infai.emo.matcher.map.impl with type parameters of type MappingElement
protected  org.eclipse.emf.common.util.EList<MappingElement> MapModelImpl.mappedElements
          The cached value of the 'Mapped Elements' containment reference list
 

Methods in org.infai.emo.matcher.map.impl that return MappingElement
 MappingElement MapFactoryImpl.createMappingElement()
           
 

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

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

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