Sequence Diagram Document the system architecture as sequence diagrams. You can also control the level of detail in the generated architecture documents.
Interaction Sequence Diagram Change the level of detail to focus on only inter-processor or inter-module messages. All other messages are omitted from the diagram.
Interaction Collaboration Diagram Change the level of detail to focus on only inter-processor or inter-module messages. All other messages are omitted from the diagram.
Message Filter Collaboration Diagram Regular expression "{request}|{response}$" generates a diagrams with only messages that end with the text "request" or "response".
Unit Test Procedures Generate unit test procedures for individual entities in your architecture. You can also use these documents to guide in a code review.
Statistics Document Generate inter-module, inter-processor and inter-object statistics. This helps in reviewing the functionality placement in the architecture.