Author Topic: Robustness Diagrams modeling collections  (Read 10671 times)

IronMan1492

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Robustness Diagrams modeling collections
« on: July 29, 2009, 08:40:34 am »
Let's say I have a "Contact" object.  And for discussion purposes, my robustness diagram has the actor, interface (a web page), a controller (Loads Contacs) and the entity (Contact).  In my domain, the contact is a person with name, phone number attributes.

My question now is that my web page needs to load a COLLECTION of contact objects.  So what's the proper way to model this in the robustness (and then sequence) diagrams?  would I create a ContactCollection object that is an aggregation of Contact objects?  Or is there a recommended approach that is more in-line with UML and/or robustness analysis?

thanks!

jeshaw2

  • EA User
  • **
  • Posts: 701
  • Karma: +0/-0
  • I'm a Singleton, what pattern are you?
    • View Profile
Re: Robustness Diagrams modeling collections
« Reply #1 on: August 02, 2009, 11:10:19 am »
I like your approach with a collection object.
Jim
Verbal Use Cases aren't worth the paper they are written upon.