Department of Computer Science & Engineering Object Oriented Analysis and Design Unit Iv
Department of Computer Science & Engineering Object Oriented Analysis and Design Unit Iv
Department of Computer Science & Engineering Object Oriented Analysis and Design Unit Iv
UNIT IV
LOGICAL ARCHITECTURE
System sequence diagrams - Relationship between sequence diagrams and use cases -
Logical architecture and UML package diagram – Logical architecture refinement - Design process
– Axioms – Corollaries – Designing classes – Class visibility –Object storage and object
interoperability – Databases – Object relational systems – Designing interface objects – Macro and
Micro level processes –View layer interface.
1. What is meant by System Sequence Diagrams?
A system sequence diagram (SSD) is a picture that shows, for a particular scenario of a use case,
the events that external actors generate their order, and inter-system events. All systems are
treated as a black box; the emphasis of the diagram is events that cross the system boundary from
actors to systems.
PART- B
1. How to Adding New SSDs and Contracts?
-New System Sequence Diagrams
-New System Operations
-New System Operation Contracts