org.infai.emo.matcher.map
Interface MappingElement

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

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

A representation of the model object 'Mapping Element'.

The following features are supported:

See Also:
MapPackage.getMappingElement()

Method Summary
 org.eclipse.emf.ecore.EObject getLeftElement()
          Returns the value of the 'Left Element' reference
 org.eclipse.emf.ecore.EObject getRightElement()
          Returns the value of the 'Right Element' reference
 double getSimilarity()
          Returns the value of the 'Similarity' attribute
 void setLeftElement(org.eclipse.emf.ecore.EObject value)
          Sets the value of the 'Left Element' reference
 void setRightElement(org.eclipse.emf.ecore.EObject value)
          Sets the value of the 'Right Element' reference
 void setSimilarity(double value)
          Sets the value of the 'Similarity' 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

getSimilarity

double getSimilarity()
Returns the value of the 'Similarity' attribute.

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

Returns:
the value of the 'Similarity' attribute.
See Also:
setSimilarity(double), MapPackage.getMappingElement_Similarity()

setSimilarity

void setSimilarity(double value)
Sets the value of the 'Similarity' attribute.

Parameters:
value - the new value of the 'Similarity' attribute.
See Also:
getSimilarity()

getLeftElement

org.eclipse.emf.ecore.EObject getLeftElement()
Returns the value of the 'Left Element' reference.

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

Returns:
the value of the 'Left Element' reference.
See Also:
setLeftElement(EObject), MapPackage.getMappingElement_LeftElement()

setLeftElement

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

Parameters:
value - the new value of the 'Left Element' reference.
See Also:
getLeftElement()

getRightElement

org.eclipse.emf.ecore.EObject getRightElement()
Returns the value of the 'Right Element' reference.

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

Returns:
the value of the 'Right Element' reference.
See Also:
setRightElement(EObject), MapPackage.getMappingElement_RightElement()

setRightElement

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

Parameters:
value - the new value of the 'Right Element' reference.
See Also:
getRightElement()