Hi Bruce,
I want to specify the complete number of services in a system interface from the use case functional analysis.
How is that list discovered for a given system interface?
I tend to take into account all services used in every system use case for a given interface.
But, to do this, I use the same interface name for a given system port across every system use case that interacts with the same external actor.
Is that the right approach?
Thanks!
Diego
Thank you !
I found what I was looking for in the Bruce's cookbook. The topic that I was addressing was "Understanding Architectural Merging" and, more precisely, the sub-topic "Merging all the interfaces for each actor".
All interfaces identified during use case analysis phase for a given actor are merged into a single interface between the system and that actor.
Regards,
Diego