org.eclipse.emf.compare.match.metamodel
Interface MatchModel

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

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

A representation of the model object 'Model'.

The following features are supported:

See Also:
MatchPackage.getMatchModel()

Method Summary
 java.lang.String getLeftModel()
          Returns the value of the 'Left Model' attribute
 org.eclipse.emf.common.util.EList<MatchElement> getMatchedElements()
          Returns the value of the 'Matched Elements' containment reference list.
 java.lang.String getOriginModel()
          Returns the value of the 'Origin Model' attribute
 java.lang.String getRightModel()
          Returns the value of the 'Right Model' attribute
 org.eclipse.emf.common.util.EList<UnMatchElement> getUnMatchedElements()
          Returns the value of the 'Un Matched Elements' containment reference list.
 void setLeftModel(java.lang.String value)
          Sets the value of the 'Left Model' attribute
 void setOriginModel(java.lang.String value)
          Sets the value of the 'Origin 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.

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), MatchPackage.getMatchModel_LeftModel()

getMatchedElements

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

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

Returns:
the value of the 'Matched Elements' containment reference list.
See Also:
MatchPackage.getMatchModel_MatchedElements()

getOriginModel

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

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

Returns:
the value of the 'Origin Model' attribute.
See Also:
setOriginModel(String), MatchPackage.getMatchModel_OriginModel()

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), MatchPackage.getMatchModel_RightModel()

getUnMatchedElements

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

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

Returns:
the value of the 'Un Matched Elements' containment reference list.
See Also:
MatchPackage.getMatchModel_UnMatchedElements()

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()

setOriginModel

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

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

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()

Copyright 2006 IBM Corporation and others.
All Rights Reserved.