💻 개발IT/OOAD
2022. 3. 16.
4. OOD - Elaboration
Elaboration의 OOD 단계에서는 Class diagram, sequence diagram을 작성한다. Logical Architecture and UML Package Diagrams OOA에서 OOD로 넘어갈 때 Logical Architecture가 결정되어야 하고, 이 Logical Diagram은 UML Package Diagram(또는 Architecture Document의 View 개념으로 요약)으로 작성할 수 있다. Software Architecture software 시스템의 구성에 관한 중요한 decistion의 모임이다. 시스템을 구성하는 interface, behavior 등 composition of structural and behavioral elements arch..