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

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

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

Methods in org.infai.emo.matcher.diff that return ChangeReference
 ChangeReference DiffFactory.createChangeReference()
          Returns a new object of class 'Change Reference'
 

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

Classes in org.infai.emo.matcher.diff.impl that implement ChangeReference
 class ChangeReferenceImpl
          An implementation of the model object 'Change Reference'
 

Methods in org.infai.emo.matcher.diff.impl that return ChangeReference
 ChangeReference DiffFactoryImpl.createChangeReference()
           
 

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

Methods in org.infai.emo.matcher.diff.util with parameters of type ChangeReference
 T DiffSwitch.caseChangeReference(ChangeReference object)
          Returns the result of interpreting the object as an instance of 'Change Reference'