org.infai.emo.matcher.map
Interface MapModel

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

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

A representation of the model object 'Model'.

The following features are supported:

See Also:
MapPackage.getMapModel()

Method Summary
 Settings getComparisonSettings()
          Returns the value of the 'Comparison Settings' containment reference
 java.lang.String getLeftModel()
          Returns the value of the 'Left Model' attribute
 org.eclipse.emf.common.util.EList<MappingElement> getMappedElements()
          Returns the value of the 'Mapped Elements' containment reference list.
 org.eclipse.emf.common.util.EList<NotMappedElement> getNotMappedElements()
          Returns the value of the 'Not Mapped Elements' containment reference list.
 java.lang.String getRightModel()
          Returns the value of the 'Right Model' attribute
 void setComparisonSettings(Settings value)
          Sets the value of the 'Comparison Settings' containment reference
 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.

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), MapPackage.getMapModel_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), MapPackage.getMapModel_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()

getMappedElements

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

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

Returns:
the value of the 'Mapped Elements' containment reference list.
See Also:
MapPackage.getMapModel_MappedElements()

getNotMappedElements

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

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

Returns:
the value of the 'Not Mapped Elements' containment reference list.
See Also:
MapPackage.getMapModel_NotMappedElements()

getComparisonSettings

Settings getComparisonSettings()
Returns the value of the 'Comparison Settings' containment reference.

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

Returns:
the value of the 'Comparison Settings' containment reference.
See Also:
setComparisonSettings(Settings), MapPackage.getMapModel_ComparisonSettings()

setComparisonSettings

void setComparisonSettings(Settings value)
Sets the value of the 'Comparison Settings' containment reference.

Parameters:
value - the new value of the 'Comparison Settings' containment reference.
See Also:
getComparisonSettings()