org.eclipse.gmt.umlx.eqvtcore
Interface Mapping

All Superinterfaces:
Area, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, Rule

public interface Mapping
extends Rule, Area

A representation of the model object 'Mapping'.

The following features are supported:

See Also:
EqvtCorePackage.getMapping()

Method Summary
 Mapping getContext()
          Returns the value of the 'Context' reference.
 org.eclipse.emf.common.util.EList<Mapping> getLocal()
          Returns the value of the 'Local' reference list.
 org.eclipse.emf.common.util.EList<Mapping> getSpecification()
          Returns the value of the 'Specification' reference list.
 void setContext(Mapping value)
          Sets the value of the 'Context' reference.
 
Methods inherited from interface org.eclipse.gmt.umlx.eqvtbase.Rule
getDomain, getOverrides, getTransformation, setOverrides, setTransformation
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
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
 
Methods inherited from interface org.eclipse.gmt.umlx.eqvtcore.Area
getBottomPattern, getGuardPattern, setBottomPattern, setGuardPattern
 

Method Detail

getSpecification

org.eclipse.emf.common.util.EList<Mapping> getSpecification()
Returns the value of the 'Specification' reference list. The list contents are of type Mapping.

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

Returns:
the value of the 'Specification' reference list.
See Also:
EqvtCorePackage.getMapping_Specification()

getLocal

org.eclipse.emf.common.util.EList<Mapping> getLocal()
Returns the value of the 'Local' reference list. The list contents are of type Mapping. It is bidirectional and its opposite is 'Context'.

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

Returns:
the value of the 'Local' reference list.
See Also:
EqvtCorePackage.getMapping_Local(), getContext()

getContext

Mapping getContext()
Returns the value of the 'Context' reference. It is bidirectional and its opposite is 'Local'.

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

Returns:
the value of the 'Context' reference.
See Also:
setContext(Mapping), EqvtCorePackage.getMapping_Context(), getLocal()

setContext

void setContext(Mapping value)
Sets the value of the 'Context' reference.

Parameters:
value - the new value of the 'Context' reference.
See Also:
getContext()