public interface Mapping
A representation of the model object 'Mapping'.
The following features are supported:
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 |
---|
org.eclipse.emf.common.util.EList<Mapping> getSpecification()
Mapping
.
If the meaning of the 'Specification' reference list isn't clear, there really should be more of a description here...
QvtcorePackage.getMapping_Specification()
org.eclipse.emf.common.util.EList<Mapping> getLocal()
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...
QvtcorePackage.getMapping_Local()
,
getContext()
Mapping getContext()
Local
'.
If the meaning of the 'Context' reference isn't clear, there really should be more of a description here...
setContext(Mapping)
,
QvtcorePackage.getMapping_Context()
,
getLocal()
void setContext(Mapping value)
Context
' container reference.
value
- the new value of the 'Context' container reference.getContext()