• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

actor and usecases

 
Ranch Hand
Posts: 8945
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Suppose if use case A includes usecase B, who is the actor for B? Is it the same as the actor for UseCase A ?Thanks.
 
Ranch Hand
Posts: 229
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think yes, because <<includes>> means that UseCase B isnt independent (must be implemented to be used (like abstract classes or interfaces)). <<extends>> means, that UseCase is independant and can be extended if needed.

Correct me if i am wrong.
 
Sanjaya Sugiarto
Ranch Hand
Posts: 229
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

I think yes, because <> means that UseCase B isnt independent (must be implemented to be used (like abstract classes or interfaces)). <> means, that UseCase is independant and can be extended if needed.



Something went wrong here. I meant:
I think yes, because "includes" means that UseCase B isnt independent (must be implemented to be used (like abstract classes or interfaces)). "extends" means, that UseCase is independant and can be extended if needed.

Sorry for double-posts
[ January 04, 2005: Message edited by: Sanjaya Sugiarto ]
 
Ranch Hand
Posts: 2874
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
TIP: Avoid sorry next time. Use the edit, paper/pencil, icon given at the top of your post.

cheers.
[ January 04, 2005: Message edited by: Adeel Ansari ]
 
Nothing? Or something? Like this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic