What is next after robustness
diagrams? Robustness diagrams often act as bridge from
use cases to other models. For example, it is quite
common to create
sequence diagrams which represent the detailed
design logic required to support the use case
Add an entity for each
business concept
Add a use case whenever one is
included in the scenario
Add a controller for
activities that involve several other elements
Add a controller for each
business rule
Add a controller to manage
the overall process of the scenario being modeled
Add a boundary element for each
major user interface element such as a screen or a
report.