public interface MessageExp extends OCLExpression
The following features are supported:
PivotPackage.getMessageExp()| Modifier and Type | Method and Description |
|---|---|
List<OCLExpression> |
getOwnedArguments()
Returns the value of the 'Owned Arguments' containment reference list.
|
CallOperationAction |
getOwnedCalledOperation()
Returns the value of the 'Owned Called Operation' containment reference.
|
SendSignalAction |
getOwnedSentSignal()
Returns the value of the 'Owned Sent Signal' containment reference.
|
OCLExpression |
getOwnedTarget()
Returns the value of the 'Owned Target' containment reference.
|
void |
setOwnedCalledOperation(CallOperationAction value)
Sets the value of the '
Owned Called Operation' containment reference. |
void |
setOwnedSentSignal(SendSignalAction value)
Sets the value of the '
Owned Sent Signal' containment reference. |
void |
setOwnedTarget(OCLExpression value)
Sets the value of the '
Owned Target' containment reference. |
boolean |
validateOneCallOrOneSend(DiagnosticChain diagnostics,
Map<Object,Object> context) |
boolean |
validateTargetIsNotACollection(DiagnosticChain diagnostics,
Map<Object,Object> context) |
getTypeValue, isNonNull, isNull, setTypeValue, validateTypeIsNotNullCompatibleBody, getType, getTypeId, isIsMany, isIsRequired, setIsRequired, setTypegetName, setNameaccept, allOwnedElements, getAnnotatingComments, getESObject, getETarget, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValueOCLExpression getOwnedTarget()
If the meaning of the 'Target' containment reference isn't clear, there really should be more of a description here...
setOwnedTarget(OCLExpression),
PivotPackage.getMessageExp_OwnedTarget()void setOwnedTarget(OCLExpression value)
Owned Target' containment reference.
value - the new value of the 'Owned Target' containment reference.getOwnedTarget()List<OCLExpression> getOwnedArguments()
OCLExpression.
If the meaning of the 'Argument' containment reference list isn't clear, there really should be more of a description here...
PivotPackage.getMessageExp_OwnedArguments()CallOperationAction getOwnedCalledOperation()
If the meaning of the 'Called Operation' containment reference isn't clear, there really should be more of a description here...
setOwnedCalledOperation(CallOperationAction),
PivotPackage.getMessageExp_OwnedCalledOperation()void setOwnedCalledOperation(CallOperationAction value)
Owned Called Operation' containment reference.
value - the new value of the 'Owned Called Operation' containment reference.getOwnedCalledOperation()SendSignalAction getOwnedSentSignal()
If the meaning of the 'Sent Signal' containment reference isn't clear, there really should be more of a description here...
setOwnedSentSignal(SendSignalAction),
PivotPackage.getMessageExp_OwnedSentSignal()void setOwnedSentSignal(SendSignalAction value)
Owned Sent Signal' containment reference.
value - the new value of the 'Owned Sent Signal' containment reference.getOwnedSentSignal()boolean validateOneCallOrOneSend(DiagnosticChain diagnostics,
Map<Object,Object> context)
Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.