org.eclipse.emf.compare.diff.metamodel
Interface DiffModel

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

public interface DiffModel
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Model'.

The following features are supported:

See Also:
DiffPackage.getDiffModel()

Method Summary
 java.lang.String getLeft()
          Returns the value of the 'Left' attribute.
 java.lang.String getOrigin()
          Returns the value of the 'Origin' attribute.
 org.eclipse.emf.common.util.EList<DiffElement> getOwnedElements()
          Returns the value of the 'Owned Elements' containment reference list.
 java.lang.String getRight()
          Returns the value of the 'Right' attribute.
 void setLeft(java.lang.String value)
          Sets the value of the 'Left' attribute.
 void setOrigin(java.lang.String value)
          Sets the value of the 'Origin' attribute.
 void setRight(java.lang.String value)
          Sets the value of the 'Right' attribute.
 
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

getLeft

java.lang.String getLeft()
Returns the value of the 'Left' attribute.

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

Returns:
the value of the 'Left' attribute.
See Also:
setLeft(String), DiffPackage.getDiffModel_Left()

getOrigin

java.lang.String getOrigin()
Returns the value of the 'Origin' attribute.

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

Returns:
the value of the 'Origin' attribute.
See Also:
setOrigin(String), DiffPackage.getDiffModel_Origin()

getOwnedElements

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

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

Returns:
the value of the 'Owned Elements' containment reference list.
See Also:
DiffPackage.getDiffModel_OwnedElements()

getRight

java.lang.String getRight()
Returns the value of the 'Right' attribute.

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

Returns:
the value of the 'Right' attribute.
See Also:
setRight(String), DiffPackage.getDiffModel_Right()

setLeft

void setLeft(java.lang.String value)
Sets the value of the 'Left' attribute.

Parameters:
value - the new value of the 'Left' attribute.
See Also:
getLeft()

setOrigin

void setOrigin(java.lang.String value)
Sets the value of the 'Origin' attribute.

Parameters:
value - the new value of the 'Origin' attribute.
See Also:
getOrigin()

setRight

void setRight(java.lang.String value)
Sets the value of the 'Right' attribute.

Parameters:
value - the new value of the 'Right' attribute.
See Also:
getRight()

Copyright 2006 IBM Corporation and others.
All Rights Reserved.