public interface MappingOperation
A representation of the model object 'Mapping Operation'.
The following features are supported:
QvtoperationalPackage.getMappingOperation()
Method Summary | |
---|---|
org.eclipse.emf.common.util.EList<MappingOperation> |
getDisjunct()
Returns the value of the 'Disjunct' reference list. |
org.eclipse.emf.common.util.EList<MappingOperation> |
getInherited()
Returns the value of the 'Inherited' reference list. |
org.eclipse.emf.common.util.EList<MappingOperation> |
getMerged()
Returns the value of the 'Merged' reference list. |
Relation |
getRefinedRelation()
Returns the value of the 'Refined Relation' reference. |
org.eclipse.emf.common.util.EList<OclExpression> |
getWhen()
Returns the value of the 'When' containment reference list. |
org.eclipse.emf.common.util.EList<OclExpression> |
getWhere()
Returns the value of the 'Where' containment reference list. |
void |
setRefinedRelation(Relation value)
Sets the value of the ' Refined Relation ' reference. |
Methods inherited from interface org.eclipse.gmt.umlx.qvtoperational.ImperativeOperation |
---|
getBody, getContext, getIsBlackbox, getOverridden, getResult, setBody, setContext, setIsBlackbox, setOverridden |
Methods inherited from interface org.eclipse.gmt.umlx.emof.Operation |
---|
getClass_, getOwnedParameter, getRaisedException, setClass |
Methods inherited from interface org.eclipse.gmt.umlx.emof.MultiplicityElement |
---|
getIsOrdered, getIsUnique, getLower, getUpper, setIsOrdered, setIsUnique, setLower, setUpper |
Methods inherited from interface org.eclipse.gmt.umlx.emof.TypedElement |
---|
getType, setType |
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 |
Method Detail |
---|
org.eclipse.emf.common.util.EList<MappingOperation> getDisjunct()
MappingOperation
.
If the meaning of the 'Disjunct' reference list isn't clear, there really should be more of a description here...
QvtoperationalPackage.getMappingOperation_Disjunct()
Relation getRefinedRelation()
If the meaning of the 'Refined Relation' reference isn't clear, there really should be more of a description here...
setRefinedRelation(Relation)
,
QvtoperationalPackage.getMappingOperation_RefinedRelation()
void setRefinedRelation(Relation value)
Refined Relation
' reference.
value
- the new value of the 'Refined Relation' reference.getRefinedRelation()
org.eclipse.emf.common.util.EList<MappingOperation> getMerged()
MappingOperation
.
If the meaning of the 'Merged' reference list isn't clear, there really should be more of a description here...
QvtoperationalPackage.getMappingOperation_Merged()
org.eclipse.emf.common.util.EList<MappingOperation> getInherited()
MappingOperation
.
If the meaning of the 'Inherited' reference list isn't clear, there really should be more of a description here...
QvtoperationalPackage.getMappingOperation_Inherited()
org.eclipse.emf.common.util.EList<OclExpression> getWhen()
OclExpression
.
If the meaning of the 'When' containment reference list isn't clear, there really should be more of a description here...
QvtoperationalPackage.getMappingOperation_When()
org.eclipse.emf.common.util.EList<OclExpression> getWhere()
OclExpression
.
If the meaning of the 'Where' containment reference list isn't clear, there really should be more of a description here...
QvtoperationalPackage.getMappingOperation_Where()