org.eclipse.gmt.umlx.qvtcore
Interface Mapping

All Superinterfaces:
Area, Element, org.eclipse.emf.ecore.EObject, NamedElement, org.eclipse.emf.common.notify.Notifier, Object, Rule

public interface Mapping
extends Rule, Area

A representation of the model object 'Mapping'.

The following features are supported:

See Also:
QvtcorePackage.getMapping()

Method Summary
 Mapping getContext()
          Returns the value of the 'Context' container reference.
 org.eclipse.emf.common.util.EList<Mapping> getLocal()
          Returns the value of the 'Local' containment 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' container reference.
 
Methods inherited from interface org.eclipse.gmt.umlx.qvtbase.Rule
getDomain, getOverrides, getTransformation, setOverrides, setTransformation
 
Methods inherited from interface org.eclipse.gmt.umlx.emof.NamedElement
getName, setName
 
Methods inherited from interface org.eclipse.gmt.umlx.emof.Element
getOwnedComment, getTag
 
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.qvtcore.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:
QvtcorePackage.getMapping_Specification()

getLocal

org.eclipse.emf.common.util.EList<Mapping> getLocal()
Returns the value of the 'Local' containment 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' containment reference list.
See Also:
QvtcorePackage.getMapping_Local(), getContext()

getContext

Mapping getContext()
Returns the value of the 'Context' container 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' container reference.
See Also:
setContext(Mapping), QvtcorePackage.getMapping_Context(), getLocal()

setContext

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

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