|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Message
A representation of the model object 'Message'. A message defines a particular communication between lifelines of an interaction.
The following features are supported:
UMLPackage.getMessage()
Field Summary |
---|
Fields inherited from interface org.eclipse.uml2.uml.NamedElement |
---|
SEPARATOR |
Method Summary | |
---|---|
ValueSpecification |
createArgument(java.lang.String name,
Type type,
org.eclipse.emf.ecore.EClass eClass)
Creates a new ValueSpecification , with the specified 'Name', and 'Type', and appends it to the 'Argument' containment reference list |
ValueSpecification |
getArgument(java.lang.String name,
Type type)
Retrieves the first ValueSpecification with the specified 'Name', and 'Type' from the 'Argument' containment reference list |
ValueSpecification |
getArgument(java.lang.String name,
Type type,
boolean ignoreCase,
org.eclipse.emf.ecore.EClass eClass,
boolean createOnDemand)
Retrieves the first ValueSpecification with the specified 'Name', and 'Type' from the 'Argument' containment reference list |
org.eclipse.emf.common.util.EList<ValueSpecification> |
getArguments()
Returns the value of the 'Argument' containment reference list. |
Connector |
getConnector()
Returns the value of the 'Connector' reference |
Interaction |
getInteraction()
Returns the value of the 'Interaction' container reference. |
MessageKind |
getMessageKind()
Returns the value of the 'Message Kind' attribute. |
MessageSort |
getMessageSort()
Returns the value of the 'Message Sort' attribute. |
MessageEnd |
getReceiveEvent()
Returns the value of the 'Receive Event' reference |
MessageEnd |
getSendEvent()
Returns the value of the 'Send Event' reference |
NamedElement |
getSignature()
Returns the value of the 'Signature' reference |
void |
setConnector(Connector value)
Sets the value of the ' Connector ' reference |
void |
setInteraction(Interaction value)
Sets the value of the ' Interaction ' container reference |
void |
setMessageSort(MessageSort value)
Sets the value of the ' Message Sort ' attribute |
void |
setReceiveEvent(MessageEnd value)
Sets the value of the ' Receive Event ' reference |
void |
setSendEvent(MessageEnd value)
Sets the value of the ' Send Event ' reference |
boolean |
validateArguments(org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
Arguments of a Message must only be: i) attributes of the sending lifeline ii) constants iii) symbolic values (which are wildcard values representing any legal value) iv) explicit parameters of the enclosing Interaction v) attributes of the class owning the Interaction true |
boolean |
validateCannotCrossBoundaries(org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
Messages cannot cross bounderies of CombinedFragments or their operands. |
boolean |
validateOccurrenceSpecifications(org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
If the MessageEnds are both OccurrenceSpecifications then the connector must go between the Parts represented by the Lifelines of the two MessageEnds. |
boolean |
validateSendingReceivingMessageEvent(org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
If the sending MessageEvent and the receiving MessageEvent of the same Message are on the same Lifeline, the sending MessageEvent must be ordered before the receiving MessageEvent. |
boolean |
validateSignatureIsOperation(org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
In the case when the Message signature is an Operation, the arguments of the Message must correspond to the parameters of the Operation. |
boolean |
validateSignatureIsSignal(org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
In the case when the Message signature is a Signal, the arguments of the Message must correspond to the attributes of the Signal. |
boolean |
validateSignatureReferTo(org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
The signature must either refer an Operation (in which case messageSort is either synchCall or asynchCall) or a Signal (in which case messageSort is asynchSignal). |
Methods inherited from interface org.eclipse.uml2.uml.NamedElement |
---|
allNamespaces, allOwningPackages, createDependency, createNameExpression, createUsage, getClientDependencies, getClientDependency, getClientDependency, getLabel, getLabel, getName, getNameExpression, getNamespace, getQualifiedName, getVisibility, isDistinguishableFrom, isSetName, isSetVisibility, separator, setName, setNameExpression, setVisibility, unsetName, unsetVisibility, validateHasNoQualifiedName, validateHasQualifiedName, validateVisibilityNeedsOwnership |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
---|
getEAnnotation, getEAnnotations |
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 |
Method Detail |
---|
MessageKind getMessageKind()
"unknown"
.
The literals are from the enumeration MessageKind
.
The derived kind of the Message (complete, lost, found or unknown)
MessageKind
,
UMLPackage.getMessage_MessageKind()
MessageSort getMessageSort()
"synchCall"
.
The literals are from the enumeration MessageSort
.
The sort of communication reflected by the Message
MessageSort
,
setMessageSort(MessageSort)
,
UMLPackage.getMessage_MessageSort()
void setMessageSort(MessageSort value)
Message Sort
' attribute.
value
- the new value of the 'Message Sort' attribute.MessageSort
,
getMessageSort()
MessageEnd getReceiveEvent()
setReceiveEvent(MessageEnd)
,
UMLPackage.getMessage_ReceiveEvent()
void setReceiveEvent(MessageEnd value)
Receive Event
' reference.
value
- the new value of the 'Receive Event' reference.getReceiveEvent()
MessageEnd getSendEvent()
setSendEvent(MessageEnd)
,
UMLPackage.getMessage_SendEvent()
void setSendEvent(MessageEnd value)
Send Event
' reference.
value
- the new value of the 'Send Event' reference.getSendEvent()
Connector getConnector()
setConnector(Connector)
,
UMLPackage.getMessage_Connector()
void setConnector(Connector value)
Connector
' reference.
value
- the new value of the 'Connector' reference.getConnector()
Interaction getInteraction()
Message
'.
This feature subsets the following features:
The enclosing Interaction owning the Message
setInteraction(Interaction)
,
UMLPackage.getMessage_Interaction()
,
Interaction.getMessages()
void setInteraction(Interaction value)
Interaction
' container reference.
value
- the new value of the 'Interaction' container reference.getInteraction()
org.eclipse.emf.common.util.EList<ValueSpecification> getArguments()
ValueSpecification
.
This feature subsets the following features:
The arguments of the Message
UMLPackage.getMessage_Argument()
ValueSpecification createArgument(java.lang.String name, Type type, org.eclipse.emf.ecore.EClass eClass)
ValueSpecification
, with the specified 'Name', and 'Type', and appends it to the 'Argument' containment reference list.
name
- The 'Name' for the new ValueSpecification
, or null
.type
- The 'Type' for the new ValueSpecification
, or null
.eClass
- The Ecore class of the ValueSpecification
to create.
ValueSpecification
.getArguments()
ValueSpecification getArgument(java.lang.String name, Type type)
ValueSpecification
with the specified 'Name', and 'Type' from the 'Argument' containment reference list.
name
- The 'Name' of the ValueSpecification
to retrieve, or null
.type
- The 'Type' of the ValueSpecification
to retrieve, or null
.
ValueSpecification
with the specified 'Name', and 'Type', or null
.getArguments()
ValueSpecification getArgument(java.lang.String name, Type type, boolean ignoreCase, org.eclipse.emf.ecore.EClass eClass, boolean createOnDemand)
ValueSpecification
with the specified 'Name', and 'Type' from the 'Argument' containment reference list.
name
- The 'Name' of the ValueSpecification
to retrieve, or null
.type
- The 'Type' of the ValueSpecification
to retrieve, or null
.ignoreCase
- Whether to ignore case in String
comparisons.eClass
- The Ecore class of the ValueSpecification
to retrieve, or null
.createOnDemand
- Whether to create a ValueSpecification
on demand if not found.
ValueSpecification
with the specified 'Name', and 'Type', or null
.getArguments()
NamedElement getSignature()
UMLPackage.getMessage_Signature()
boolean validateSendingReceivingMessageEvent(org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
diagnostics
- The chain of diagnostics to which problems are to be appended.context
- The cache of context-specific information.
boolean validateSignatureReferTo(org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
diagnostics
- The chain of diagnostics to which problems are to be appended.context
- The cache of context-specific information.
boolean validateSignatureIsOperation(org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
diagnostics
- The chain of diagnostics to which problems are to be appended.context
- The cache of context-specific information.
boolean validateSignatureIsSignal(org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
diagnostics
- The chain of diagnostics to which problems are to be appended.context
- The cache of context-specific information.
boolean validateArguments(org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
diagnostics
- The chain of diagnostics to which problems are to be appended.context
- The cache of context-specific information.
boolean validateCannotCrossBoundaries(org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
diagnostics
- The chain of diagnostics to which problems are to be appended.context
- The cache of context-specific information.
boolean validateOccurrenceSpecifications(org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
diagnostics
- The chain of diagnostics to which problems are to be appended.context
- The cache of context-specific information.
|
Copyright 2003, 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |