Uses of Interface
org.infai.emo.matcher.diff.AddDelModelElement

Packages that use AddDelModelElement
org.infai.emo.matcher.diff   
org.infai.emo.matcher.diff.impl   
org.infai.emo.matcher.diff.util   
 

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

Methods in org.infai.emo.matcher.diff that return AddDelModelElement
 AddDelModelElement DiffFactory.createAddDelModelElement()
          Returns a new object of class 'Add Del Model Element'
 

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

Classes in org.infai.emo.matcher.diff.impl that implement AddDelModelElement
 class AddDelModelElementImpl
          An implementation of the model object 'Add Del Model Element'
 

Methods in org.infai.emo.matcher.diff.impl that return AddDelModelElement
 AddDelModelElement DiffFactoryImpl.createAddDelModelElement()
           
 

Uses of AddDelModelElement in org.infai.emo.matcher.diff.util
 

Methods in org.infai.emo.matcher.diff.util with parameters of type AddDelModelElement
 T DiffSwitch.caseAddDelModelElement(AddDelModelElement object)
          Returns the result of interpreting the object as an instance of 'Add Del Model Element'