Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » Papyrus » representing self (or this) in a Lifeline
representing self (or this) in a Lifeline [message #1000942] Tue, 15 January 2013 18:32
Andrea Sindico is currently offline Andrea SindicoFriend
Messages: 266
Registered: November 2010
Senior Member

Is there any way to make a Lifeline representing the classifier instance which is actually executing a behavior described by means of an Interaction?
The question is about how to model such pseudocode
ClassA {
  ClassB b;
  ClassC c;
  public void   classAOperation(int param){
     b.classBOperation(param);
     c.classCOpereation(param);
  }

}

through a sequence diagram.
Notice that we tried to answer this question in this post, http://www.eclipse.org/forums/index.php/t/447570/, via collaborations and collaboration use, but we didn't manage to do that.

Thank you


Follow me on Twitter @andreasindico

[Updated on: Tue, 15 January 2013 18:32]

Report message to a moderator

Previous Topic:Stereotypes Lost
Next Topic:appearance of association ends
Goto Forum:
  


Current Time: Fri Apr 26 12:59:06 GMT 2024

Powered by FUDForum. Page generated in 0.02748 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top