org.eclipse.ocl.examples.pivot
Interface MessageExp

All Superinterfaces:
Element, org.eclipse.emf.ecore.EObject, MonikeredElement, 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
Model

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> getArguments()
          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.
 
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, getOwnedAnnotations, getOwnedRules, isStatic, setIsStatic, setName
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.MonikeredElement
getMoniker, hasMoniker, setMoniker
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.Element
createOwnedComment, getETarget, getOwnedComments
 
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
 

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
Model
containment="true" required="true" ordered="false"

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

createTarget

OclExpression createTarget(org.eclipse.emf.ecore.EClass eClass)
Creates a new OclExpression and sets the 'Target' containment reference.

Parameters:
eClass - The Ecore class of the OclExpression to create.
Returns:
The new OclExpression.
See Also:
getTarget()
Generated

getArguments

org.eclipse.emf.common.util.EList<OclExpression> getArguments()
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
Model
containment="true"

createArgument

OclExpression createArgument(org.eclipse.emf.ecore.EClass eClass)
Creates a new OclExpression and appends it to the 'Argument' containment reference list.

Parameters:
eClass - The Ecore class of the OclExpression to create.
Returns:
The new OclExpression.
See Also:
getArguments()
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
Model
containment="true" ordered="false"

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

createCalledOperation

CallOperationAction createCalledOperation()
Creates a new CallOperationAction and sets the 'Called Operation' containment reference.

Returns:
The new CallOperationAction.
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
Model
containment="true" ordered="false"

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

createSentSignal

SendSignalAction createSentSignal()
Creates a new SendSignalAction and sets the 'Sent Signal' containment reference.

Returns:
The new SendSignalAction.
See Also:
getSentSignal()
Generated