CS - Roadmap.sh/9. Common UML Digrams(2)
-
9.2 Usecase Diagrams (사용사례, 유즈케이스 다이어그램)
※[https://roadmap.sh/computer-science]를 따라서 공부하고 기록한 글입니다. cs - 9. Common UML Diagrams - 9.2 Usecase Diagrams Usecase Diagrams Usecase diagrams are a type of diagram that are used to model the interactions between the actors and the usecases of the system. An actor is a person or a system that interacts with the system. Actors are represented by a rectangle with the name of the actor written ins..
2024.03.16 -
9. Common UML Diagrams - 9.1 Class Diagrams (클래스 다이어그램)
※[https://roadmap.sh/computer-science]를 따라서 공부하고 기록한 글입니다. cs - 9. Common UML Diagrams - 9.1 Class Diagrams UML UML is a standard way of visualizing a software system. It is a general-purpose, developmental, modeling language in the field of software engineering that is intended to provide a standard way to visualize the design of a system. UML은 소프트웨어 시스템을 시각화하는 표준 방법입니다. 소프트웨어 엔지니어링 분야의 범용 개발 모..
2024.03.14