org.infai.emo.matcher.diff
Interface Group

All Superinterfaces:
DiffElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
GroupImpl

public interface Group
extends DiffElement

A representation of the model object 'Group'.

The following features are supported:

See Also:
DiffPackage.getGroup()

Method Summary
 int getChanges()
          Returns the value of the 'Changes' attribute.
 org.eclipse.emf.ecore.EObject getParentElement()
          Returns the value of the 'Parent Element' reference
 org.eclipse.emf.common.util.EList<DiffElement> getSubDiffElements()
          Returns the value of the 'Sub Diff Elements' containment reference list.
 void setChanges(int value)
          Sets the value of the 'Changes' attribute
 void setParentElement(org.eclipse.emf.ecore.EObject value)
          Sets the value of the 'Parent Element' reference
 
Methods inherited from interface org.infai.emo.matcher.diff.DiffElement
getDiffType, setDiffType
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getChanges

int getChanges()
Returns the value of the 'Changes' attribute. The default value is "0".

If the meaning of the 'Changes' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Changes' attribute.
See Also:
setChanges(int), DiffPackage.getGroup_Changes()

setChanges

void setChanges(int value)
Sets the value of the 'Changes' attribute.

Parameters:
value - the new value of the 'Changes' attribute.
See Also:
getChanges()

getParentElement

org.eclipse.emf.ecore.EObject getParentElement()
Returns the value of the 'Parent Element' reference.

If the meaning of the 'Parent Element' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Parent Element' reference.
See Also:
setParentElement(EObject), DiffPackage.getGroup_ParentElement()

setParentElement

void setParentElement(org.eclipse.emf.ecore.EObject value)
Sets the value of the 'Parent Element' reference.

Parameters:
value - the new value of the 'Parent Element' reference.
See Also:
getParentElement()

getSubDiffElements

org.eclipse.emf.common.util.EList<DiffElement> getSubDiffElements()
Returns the value of the 'Sub Diff Elements' containment reference list. The list contents are of type DiffElement.

If the meaning of the 'Sub Diff Elements' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Sub Diff Elements' containment reference list.
See Also:
DiffPackage.getGroup_SubDiffElements()