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

Packages that use DiffElement
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 DiffElement in org.infai.emo.matcher.diff
 

Subinterfaces of DiffElement in org.infai.emo.matcher.diff
 interface AddDelModelElement
          A representation of the model object 'Add Del Model Element'
 interface ChangeAttribute
          A representation of the model object 'Change Attribute'
 interface ChangeReference
          A representation of the model object 'Change Reference'
 interface Group
          A representation of the model object 'Group'
 interface MoveModelElement
          A representation of the model object 'Move Model Element'
 

Methods in org.infai.emo.matcher.diff that return types with arguments of type DiffElement
 org.eclipse.emf.common.util.EList<DiffElement> DiffModel.getElements()
          Returns the value of the 'Elements' containment reference list.
 org.eclipse.emf.common.util.EList<DiffElement> Group.getSubDiffElements()
          Returns the value of the 'Sub Diff Elements' containment reference list.
 

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

Classes in org.infai.emo.matcher.diff.impl that implement DiffElement
 class AddDelModelElementImpl
          An implementation of the model object 'Add Del Model Element'
 class ChangeAttributeImpl
          An implementation of the model object 'Change Attribute'
 class ChangeReferenceImpl
          An implementation of the model object 'Change Reference'
 class DiffElementImpl
          An implementation of the model object 'Element'
 class GroupImpl
          An implementation of the model object 'Group'
 class MoveModelElementImpl
          An implementation of the model object 'Move Model Element'
 

Fields in org.infai.emo.matcher.diff.impl with type parameters of type DiffElement
protected  org.eclipse.emf.common.util.EList<DiffElement> DiffModelImpl.elements
          The cached value of the 'Elements' containment reference list
protected  org.eclipse.emf.common.util.EList<DiffElement> GroupImpl.subDiffElements
          The cached value of the 'Sub Diff Elements' containment reference list
 

Methods in org.infai.emo.matcher.diff.impl that return types with arguments of type DiffElement
 org.eclipse.emf.common.util.EList<DiffElement> DiffModelImpl.getElements()
           
 org.eclipse.emf.common.util.EList<DiffElement> GroupImpl.getSubDiffElements()
           
 

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

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

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

Methods in org.infai.emo.matcher.editor.pages with parameters of type DiffElement
private  org.eclipse.swt.widgets.TreeItem DifferencePage.createDiffTreeItem(org.eclipse.swt.widgets.TreeItem parentItem, DiffElement element)
          This method creates a single element for the DifferencePage.differencesTreeV.
 

Method parameters in org.infai.emo.matcher.editor.pages with type arguments of type DiffElement
private  boolean DifferencePage.diffContainsGroups(org.eclipse.emf.common.util.EList<DiffElement> diffElements)
          Determines whether the diff-model contains any group-elements.