org.infai.emo.matcher.diff
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
 org.eclipse.emf.common.util.EList<DiffElement> getElements()
          Returns the value of the 'Elements' containment reference list.
 java.lang.String getLeftModel()
          Returns the value of the 'Left Model' attribute.
 java.lang.String getRightModel()
          Returns the value of the 'Right Model' attribute
 void setLeftModel(java.lang.String value)
          Sets the value of the 'Left Model' attribute
 void setRightModel(java.lang.String value)
          Sets the value of the 'Right Model' 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

getLeftModel

java.lang.String getLeftModel()
Returns the value of the 'Left Model' attribute. The default value is "".

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

Returns:
the value of the 'Left Model' attribute.
See Also:
setLeftModel(String), DiffPackage.getDiffModel_LeftModel()

setLeftModel

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

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

getRightModel

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

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

Returns:
the value of the 'Right Model' attribute.
See Also:
setRightModel(String), DiffPackage.getDiffModel_RightModel()

setRightModel

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

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

getElements

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

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

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