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

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

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

Methods in org.infai.emo.matcher.diff that return MoveModelElement
 MoveModelElement DiffFactory.createMoveModelElement()
          Returns a new object of class 'Move Model Element'
 

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

Classes in org.infai.emo.matcher.diff.impl that implement MoveModelElement
 class MoveModelElementImpl
          An implementation of the model object 'Move Model Element'
 

Methods in org.infai.emo.matcher.diff.impl that return MoveModelElement
 MoveModelElement DiffFactoryImpl.createMoveModelElement()
           
 

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

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