데이터 구조 및 분석 ch_2_5 UML notation 2
Jul 9, 2021
»
writing
KAIST 산업및시스템공학과 문일철_ 데이터 구조 및 분석 수업을 참고하여 작성하였습니다
ch_2_2 UML notation 2
UML notation 2
1. More bout UML notations
- Many types of UML diagrames used for different stages of development
- Use-case diagram
- Class diagram
- State diagram
- Deplvment diagrma
- dealing with OOP
: Mainly calss and instance
: Some of software design patterns
: Focus on class diagram
2. UML notation : Class and Instance
- Abstract class -> Person
- Class -> Customer
- Named instance & Unnamed instance -> Park::Customer, :Customer
3. Structure of Classes in Class Diagram
- Entity and Relations make a structure
- Relationshipe and its characteristic
(associate, generalization, multiplicity)