|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Message | |
org.eclipse.uml2.uml | |
org.eclipse.uml2.uml.util |
Uses of Message in org.eclipse.uml2.uml |
Methods in org.eclipse.uml2.uml that return Message | |
Message |
UMLFactory.createMessage()
Returns a new object of class 'Message' |
Message |
MessageEnd.getMessage()
Returns the value of the 'Message' reference |
Message |
Interaction.createMessage(String name)
Creates a new Message , with the specified 'Name', and appends it to the 'Message' containment reference list |
Message |
Interaction.getMessage(String name)
Retrieves the first Message with the specified 'Name' from the 'Message' containment reference list |
Message |
Interaction.getMessage(String name,
boolean ignoreCase,
boolean createOnDemand)
Retrieves the first Message with the specified 'Name' from the 'Message' containment reference list |
Message |
InformationFlow.getRealizingMessage(String name)
Retrieves the first Message with the specified 'Name' from the 'Realizing Message' reference list |
Message |
InformationFlow.getRealizingMessage(String name,
boolean ignoreCase)
Retrieves the first Message with the specified 'Name' from the 'Realizing Message' reference list |
Methods in org.eclipse.uml2.uml with parameters of type Message | |
void |
MessageEnd.setMessage(Message value)
Sets the value of the ' Message ' reference |
Uses of Message in org.eclipse.uml2.uml.util |
Methods in org.eclipse.uml2.uml.util with parameters of type Message | |
boolean |
UMLValidator.validateMessage(Message message,
DiagnosticChain diagnostics,
Map context)
|
boolean |
UMLValidator.validateMessage_validateSendingReceivingMessageEvent(Message message,
DiagnosticChain diagnostics,
Map context)
Validates the validateSendingReceivingMessageEvent constraint of 'Message' |
boolean |
UMLValidator.validateMessage_validateSignatureReferTo(Message message,
DiagnosticChain diagnostics,
Map context)
Validates the validateSignatureReferTo constraint of 'Message' |
boolean |
UMLValidator.validateMessage_validateSignatureIsOperation(Message message,
DiagnosticChain diagnostics,
Map context)
Validates the validateSignatureIsOperation constraint of 'Message' |
boolean |
UMLValidator.validateMessage_validateSignatureIsSignal(Message message,
DiagnosticChain diagnostics,
Map context)
Validates the validateSignatureIsSignal constraint of 'Message' |
boolean |
UMLValidator.validateMessage_validateArguments(Message message,
DiagnosticChain diagnostics,
Map context)
Validates the validateArguments constraint of 'Message' |
boolean |
UMLValidator.validateMessage_validateCannotCrossBoundaries(Message message,
DiagnosticChain diagnostics,
Map context)
Validates the validateCannotCrossBoundaries constraint of 'Message' |
boolean |
UMLValidator.validateMessage_validateOccurrenceSpecifications(Message message,
DiagnosticChain diagnostics,
Map context)
Validates the validateOccurrenceSpecifications constraint of 'Message' |
Object |
UMLSwitch.caseMessage(Message object)
Returns the result of interpretting the object as an instance of 'Message' |
|
Copyright 2003, 2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |