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

Packages that use DiffModel
org.infai.emo.matcher.action   
org.infai.emo.matcher.diff   
org.infai.emo.matcher.diff.impl   
org.infai.emo.matcher.diff.util   
org.infai.emo.matcher.editor.pages   
 

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

Fields in org.infai.emo.matcher.action declared as DiffModel
private  DiffModel DiffBuilder.diffModel
          The EMF-Model that contains the differences between both models.
 

Methods in org.infai.emo.matcher.action that return DiffModel
protected  DiffModel DiffBuilder.getDiff()
          Calculate the differences between both models.
 DiffModel ModelMatcher.getDiff(MapModel mapModel)
           
 

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

Methods in org.infai.emo.matcher.diff that return DiffModel
 DiffModel DiffFactory.createDiffModel()
          Returns a new object of class 'Model'
 DiffModel Input.getDiff()
          Returns the value of the 'Diff' containment reference
 

Methods in org.infai.emo.matcher.diff with parameters of type DiffModel
 void Input.setDiff(DiffModel value)
          Sets the value of the 'Diff' containment reference
 

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

Classes in org.infai.emo.matcher.diff.impl that implement DiffModel
 class DiffModelImpl
          An implementation of the model object 'Model'
 

Fields in org.infai.emo.matcher.diff.impl declared as DiffModel
protected  DiffModel InputImpl.diff
          The cached value of the 'Diff' containment reference
 

Methods in org.infai.emo.matcher.diff.impl that return DiffModel
 DiffModel DiffFactoryImpl.createDiffModel()
           
 DiffModel InputImpl.getDiff()
           
 

Methods in org.infai.emo.matcher.diff.impl with parameters of type DiffModel
 org.eclipse.emf.common.notify.NotificationChain InputImpl.basicSetDiff(DiffModel newDiff, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void InputImpl.setDiff(DiffModel newDiff)
           
 

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

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

Uses of DiffModel in org.infai.emo.matcher.editor.pages
 

Fields in org.infai.emo.matcher.editor.pages declared as DiffModel
private  DiffModel DifferencePage.diffModel
          This model contains the differences of both input-models.
 

Methods in org.infai.emo.matcher.editor.pages that return DiffModel
 DiffModel DifferencePage.getDiffModel()
           
 

Methods in org.infai.emo.matcher.editor.pages with parameters of type DiffModel
private  void DifferencePage.showDifferences(DiffModel diffModel)
          This method fills the DifferencePage.differencesTreeV with the calculated differences between both models.