[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.mdt.uml2] Re: Sequence Diagram Messages

Mary,

since an Event is an PackageableElement, you can add an Event to every Package. It's derive attribute "owner" will be determined by the Package, to which it was added.

But let me precise your statement: A message represents either an operation call or the sendig of a signal (see: SendSignalEvent).

THT
Timothy

mary schrieb:
Thanks Timothy for your reply, it really helped..

I have a question about the Events for example SendOperationEvent. What I understood is that in a sequence diagram each message represent an operation call in the corresponding lifeline. And for each operation we should create a Send and Recieve Operation Event.. Am I right ?

I have created the MOS, and the message itself.. But in the MOS there is an attribute for specifying the event which mean I have to create the SendOperationEvent and RecieveOperationEvent.. right?

I have set the attribute operation to the operation I want to call.. But I'm having a problem in specifying the owner of the Send/ Recieve OperationEvent. it seems that this property is read only.. is there another way to specify the owner of the Event???
Thanks again for your help..