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

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

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

Methods in org.infai.emo.matcher.diff that return ChangeAttribute
 ChangeAttribute DiffFactory.createChangeAttribute()
          Returns a new object of class 'Change Attribute'
 

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

Classes in org.infai.emo.matcher.diff.impl that implement ChangeAttribute
 class ChangeAttributeImpl
          An implementation of the model object 'Change Attribute'
 

Methods in org.infai.emo.matcher.diff.impl that return ChangeAttribute
 ChangeAttribute DiffFactoryImpl.createChangeAttribute()
           
 

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

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