|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MessageExp
A representation of the model object 'Message Exp'.
The following features are supported:
PivotPackage.getMessageExp()| Method Summary | |
|---|---|
OCLExpression |
createArgument(org.eclipse.emf.ecore.EClass eClass)
Creates a new OCLExpression and appends it to the 'Argument' containment reference list. |
CallOperationAction |
createCalledOperation()
Creates a new CallOperationAction and sets the 'Called Operation' containment reference. |
SendSignalAction |
createSentSignal()
Creates a new SendSignalAction and sets the 'Sent Signal' containment reference. |
OCLExpression |
createTarget(org.eclipse.emf.ecore.EClass eClass)
Creates a new OCLExpression and sets the 'Target' containment reference. |
org.eclipse.emf.common.util.EList<OCLExpression> |
getArgument()
Returns the value of the 'Argument' containment reference list. |
CallOperationAction |
getCalledOperation()
Returns the value of the 'Called Operation' containment reference. |
SendSignalAction |
getSentSignal()
Returns the value of the 'Sent Signal' containment reference. |
OCLExpression |
getTarget()
Returns the value of the 'Target' containment reference. |
void |
setCalledOperation(CallOperationAction value)
Sets the value of the ' Called Operation' containment reference. |
void |
setSentSignal(SendSignalAction value)
Sets the value of the ' Sent Signal' containment reference. |
void |
setTarget(OCLExpression value)
Sets the value of the ' Target' containment reference. |
boolean |
validateOneCallOrOneSend(org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
An OCL message has either a called operation or a sent signal. |
boolean |
validateTargetIsNotACollection(org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
The target of an OCL message cannot be a collection. |
| Methods inherited from interface org.eclipse.ocl.examples.pivot.TypedElement |
|---|
getType, setType |
| Methods inherited from interface org.eclipse.ocl.examples.pivot.NamedElement |
|---|
createOwnedAnnotation, createOwnedRule, getName, getOwnedAnnotation, getOwnedRule, isStatic, setIsStatic, setName |
| Methods inherited from interface org.eclipse.ocl.examples.pivot.Element |
|---|
allOwnedElements, createOwnedComment, getETarget, getOwnedComment, validateNotOwnSelf |
| Methods inherited from interface org.eclipse.ocl.examples.pivot.util.Visitable |
|---|
accept, eClass |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, 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.ocl.examples.domain.elements.DomainNamedElement |
|---|
getName |
| Methods inherited from interface org.eclipse.ocl.examples.domain.elements.DomainExpression |
|---|
getType |
| Method Detail |
|---|
OCLExpression getTarget()
If the meaning of the 'Target' containment reference isn't clear, there really should be more of a description here...
setTarget(OCLExpression),
PivotPackage.getMessageExp_Target()void setTarget(OCLExpression value)
Target' containment reference.
value - the new value of the 'Target' containment reference.getTarget()OCLExpression createTarget(org.eclipse.emf.ecore.EClass eClass)
OCLExpression and sets the 'Target' containment reference.
eClass - The Ecore class of the OCLExpression to create.
OCLExpression.getTarget()org.eclipse.emf.common.util.EList<OCLExpression> getArgument()
OCLExpression.
If the meaning of the 'Argument' containment reference list isn't clear, there really should be more of a description here...
PivotPackage.getMessageExp_Argument()OCLExpression createArgument(org.eclipse.emf.ecore.EClass eClass)
OCLExpression and appends it to the 'Argument' containment reference list.
eClass - The Ecore class of the OCLExpression to create.
OCLExpression.getArgument()CallOperationAction getCalledOperation()
If the meaning of the 'Called Operation' containment reference isn't clear, there really should be more of a description here...
setCalledOperation(CallOperationAction),
PivotPackage.getMessageExp_CalledOperation()void setCalledOperation(CallOperationAction value)
Called Operation' containment reference.
value - the new value of the 'Called Operation' containment reference.getCalledOperation()CallOperationAction createCalledOperation()
CallOperationAction and sets the 'Called Operation' containment reference.
CallOperationAction.getCalledOperation()SendSignalAction getSentSignal()
If the meaning of the 'Sent Signal' containment reference isn't clear, there really should be more of a description here...
setSentSignal(SendSignalAction),
PivotPackage.getMessageExp_SentSignal()void setSentSignal(SendSignalAction value)
Sent Signal' containment reference.
value - the new value of the 'Sent Signal' containment reference.getSentSignal()SendSignalAction createSentSignal()
SendSignalAction and sets the 'Sent Signal' containment reference.
SendSignalAction.getSentSignal()
boolean validateTargetIsNotACollection(org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
boolean validateOneCallOrOneSend(org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||