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

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

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

Methods in org.infai.emo.matcher.action that return NotMappedElement
private  NotMappedElement MappingBuilder.createNotMappedElement(MapFactory fac, org.eclipse.emf.ecore.EObject modelElement, boolean inleftModel)
          Creates a EMF-Element that shows up an element of one of the original models that couldn't be mapped onto another.
 

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

Methods in org.infai.emo.matcher.map that return NotMappedElement
 NotMappedElement MapFactory.createNotMappedElement()
          Returns a new object of class 'Not Mapped Element'
 

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

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

Classes in org.infai.emo.matcher.map.impl that implement NotMappedElement
 class NotMappedElementImpl
          An implementation of the model object 'Not Mapped Element'
 

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

Methods in org.infai.emo.matcher.map.impl that return NotMappedElement
 NotMappedElement MapFactoryImpl.createNotMappedElement()
           
 

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

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

Methods in org.infai.emo.matcher.map.util with parameters of type NotMappedElement
 T MapSwitch.caseNotMappedElement(NotMappedElement object)
          Returns the result of interpreting the object as an instance of 'Not Mapped Element'