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

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

Method parameters in org.infai.emo.matcher.action with type arguments of type Group
private  void DiffBuilder.attributeChanged(java.util.HashMap<java.lang.Integer,Group> groupObjects, MappingElement e)
          Method calculates if attributes of the elements have changed.
private  void DiffBuilder.elementMoved(java.util.HashMap<java.lang.Integer,Group> groupObjects, MappingElement e)
          Method detects changes of the element-positions.
private  void DiffBuilder.getAddRemoveElements(java.util.HashMap<java.lang.Integer,Group> groupObjects)
          Method calculates which elements were added to or removed from the original model.
private  void DiffBuilder.getChangedElements(java.util.HashMap<java.lang.Integer,Group> groupObjects)
          Method calculates which elements are contained in both models but have changed.
private  void DiffBuilder.referenceChanged(java.util.HashMap<java.lang.Integer,Group> groupObjects, MappingElement e)
          Method calculates if references of the elements have changed.
 

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

Methods in org.infai.emo.matcher.diff that return Group
 Group DiffFactory.createGroup()
          Returns a new object of class 'Group'
 

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

Classes in org.infai.emo.matcher.diff.impl that implement Group
 class GroupImpl
          An implementation of the model object 'Group'
 

Methods in org.infai.emo.matcher.diff.impl that return Group
 Group DiffFactoryImpl.createGroup()
           
 

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

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

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

Methods in org.infai.emo.matcher.editor.pages with parameters of type Group
private  void DifferencePage.analyseGroup(Group group, org.eclipse.swt.widgets.TreeItem groupItem)
          Method analyzes a Group-element from the diff-model and builds its children in the tree.