uml - Can I split system use case diagram into smaller pieces? -


i have system can split modules: user, announcements, stories, meetings , news. each module has 6 use cases. can make 1 diagram per each module? if yes, differ in way all-in-one-diagram? and, should make diagram modules represented in it?

i found out "package" concept. if understood right, can use them modules. , then, on primary use case diagram, put packages associations actors. each package has own use cases diagram same actors got whole application model. right? "modules" a, b, c , actors 1, 2 - have 1 diagram packages a, b, c , 1, 2 actors, , 3 use case diagrams respectively a, b, c packages , , actors (like, actor 1 uses package a, not b, c, doesn't appear on them.

yes can diagram each module , these diagrams might different all-in-one diagram. main difference between these possible diagram context of diagram. if made diagram "users" module, latter contain several uses cases associated actor(s). definition actors outside our system (i.e. "user" module) , human or system (e.g. other modules). in all-in-one diagram not able represent fact given module "used" can done if model use cases diagram each module. hoping helps,


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -