org.eclipse.ocl.examples.pivot
Interface MessageExp

All Superinterfaces:
DomainElement, DomainExpression, DomainNamedElement, DomainTypedElement, Element, org.eclipse.emf.ecore.EObject, Nameable, NamedElement, org.eclipse.emf.common.notify.Notifier, OCLExpression, PivotObject, TypedElement, Visitable
All Known Implementing Classes:
MessageExpImpl

public interface MessageExp
extends OCLExpression

A representation of the model object 'Message Exp'.

The following features are supported:

See Also:
PivotPackage.getMessageExp()
Generated

Method Summary
 java.util.List<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)
           
 boolean validateTargetIsNotACollection(org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.TypedElement
getType, isRequired, setIsRequired, setType
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.NamedElement
getName, isStatic, setIsStatic, setName
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.Element
allOwnedElements, getETarget, getExtension, getOwnedAnnotation, getOwnedComment, getValue
 
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.pivot.util.Visitable
accept, eClass
 
Methods inherited from interface org.eclipse.ocl.examples.domain.elements.DomainTypedElement
getTypeId
 

Method Detail

getTarget

OCLExpression getTarget()
Returns the value of the 'Target' containment reference.

If the meaning of the 'Target' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Target' containment reference.
See Also:
setTarget(OCLExpression), PivotPackage.getMessageExp_Target()
Generated

setTarget

void setTarget(OCLExpression value)
Sets the value of the 'Target' containment reference.

Parameters:
value - the new value of the 'Target' containment reference.
See Also:
getTarget()
Generated

getArgument

java.util.List<OCLExpression> getArgument()
Returns the value of the 'Argument' containment reference list. The list contents are of type OCLExpression.

If the meaning of the 'Argument' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Argument' containment reference list.
See Also:
PivotPackage.getMessageExp_Argument()
Generated

getCalledOperation

CallOperationAction getCalledOperation()
Returns the value of the 'Called Operation' containment reference.

If the meaning of the 'Called Operation' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Called Operation' containment reference.
See Also:
setCalledOperation(CallOperationAction), PivotPackage.getMessageExp_CalledOperation()
Generated

setCalledOperation

void setCalledOperation(CallOperationAction value)
Sets the value of the 'Called Operation' containment reference.

Parameters:
value - the new value of the 'Called Operation' containment reference.
See Also:
getCalledOperation()
Generated

getSentSignal

SendSignalAction getSentSignal()
Returns the value of the 'Sent Signal' containment reference.

If the meaning of the 'Sent Signal' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Sent Signal' containment reference.
See Also:
setSentSignal(SendSignalAction), PivotPackage.getMessageExp_SentSignal()
Generated

setSentSignal

void setSentSignal(SendSignalAction value)
Sets the value of the 'Sent Signal' containment reference.

Parameters:
value - the new value of the 'Sent Signal' containment reference.
See Also:
getSentSignal()
Generated

validateOneCallOrOneSend

boolean validateOneCallOrOneSend(org.eclipse.emf.common.util.DiagnosticChain diagnostics,
                                 java.util.Map<java.lang.Object,java.lang.Object> context)

Generated

validateTargetIsNotACollection

boolean validateTargetIsNotACollection(org.eclipse.emf.common.util.DiagnosticChain diagnostics,
                                       java.util.Map<java.lang.Object,java.lang.Object> context)

Generated