public interface ImperativeOperation
A representation of the model object 'Imperative Operation'.
The following features are supported:
QvtoperationalPackage.getImperativeOperation()
Method Summary | |
---|---|
OperationBody |
getBody()
Returns the value of the 'Body' containment reference. |
VarParameter |
getContext()
Returns the value of the 'Context' containment reference. |
java.lang.Boolean |
getIsBlackbox()
Returns the value of the 'Is Blackbox' attribute. |
ImperativeOperation |
getOverridden()
Returns the value of the 'Overridden' reference. |
org.eclipse.emf.common.util.EList<VarParameter> |
getResult()
Returns the value of the 'Result' containment reference list. |
void |
setBody(OperationBody value)
Sets the value of the ' Body ' containment reference. |
void |
setContext(VarParameter value)
Sets the value of the ' Context ' containment reference. |
void |
setIsBlackbox(java.lang.Boolean value)
Sets the value of the ' Is Blackbox ' attribute. |
void |
setOverridden(ImperativeOperation value)
Sets the value of the ' Overridden ' reference. |
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 |
---|
VarParameter getContext()
Ctx Owner
'.
If the meaning of the 'Context' containment reference isn't clear, there really should be more of a description here...
setContext(VarParameter)
,
QvtoperationalPackage.getImperativeOperation_Context()
,
VarParameter.getCtxOwner()
void setContext(VarParameter value)
Context
' containment reference.
value
- the new value of the 'Context' containment reference.getContext()
org.eclipse.emf.common.util.EList<VarParameter> getResult()
VarParameter
.
It is bidirectional and its opposite is 'Res Owner
'.
If the meaning of the 'Result' containment reference list isn't clear, there really should be more of a description here...
QvtoperationalPackage.getImperativeOperation_Result()
,
VarParameter.getResOwner()
ImperativeOperation getOverridden()
If the meaning of the 'Overridden' reference isn't clear, there really should be more of a description here...
setOverridden(ImperativeOperation)
,
QvtoperationalPackage.getImperativeOperation_Overridden()
void setOverridden(ImperativeOperation value)
Overridden
' reference.
value
- the new value of the 'Overridden' reference.getOverridden()
OperationBody getBody()
Operation
'.
If the meaning of the 'Body' containment reference isn't clear, there really should be more of a description here...
setBody(OperationBody)
,
QvtoperationalPackage.getImperativeOperation_Body()
,
OperationBody.getOperation()
void setBody(OperationBody value)
Body
' containment reference.
value
- the new value of the 'Body' containment reference.getBody()
java.lang.Boolean getIsBlackbox()
If the meaning of the 'Is Blackbox' attribute isn't clear, there really should be more of a description here...
setIsBlackbox(Boolean)
,
QvtoperationalPackage.getImperativeOperation_IsBlackbox()
void setIsBlackbox(java.lang.Boolean value)
Is Blackbox
' attribute.
value
- the new value of the 'Is Blackbox' attribute.getIsBlackbox()