• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Sequence diagram

 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What is the detailed level required?

Does the message arrow must point to a actual method? Or a simple label describing the message flow will be enough?
 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The arrow must point to the object receiving the message. The method name called is the label for the arrow.
 
Chee Seng
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
which one is acceptable in SCEA?

e.g.
call delete method
------------------------------->

OR

delete(id:String):void
-------------------------------->
 
Ranch Hand
Posts: 344
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can just say 'delete'. Look at the sequence diagrams in the case study at the end of Cade's book.
Ray
SCJP, SCWCD, SCBCD, SCEA (part-1), IBM-484, IBM-486
 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
One question related to Sequence diagrams. Normally Sequence diagrams are drawn for one Use Case. How can I show included Use Cases in Sequence diagram ? e.g. Showing price Itinerary in Prepare Itinerary Sequence Diagram. Or Log in use case in Prepare Itinerary Sequence Diagram when user is not logged in.

Cheers,
Mahesh
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic