Example of UML Class Diagram in Angular Diagram Component

This sample visualizes graphical representation of message flow from one activity to another in customer service with built-in UML Class shapes.

Patient<<Class>> + accepted : Date + sickness : History + prescription : String[*] + allergies : String[*] + getHistory() : HistoryDoctor<<Class>> + specialist : String[*] + locations : String[*]Person<<Class>> + name : Name + title : String[*] + gender : GenderHospital<<Class>> + name : Name + address : Address + phone : Phone + getDepartment() : StringDepartment<<Class>> + getStaffCount() : IntStaff<<Class>> + joined : Date + education : string[*] + certification : string[*] + languages : string[*] + isDoctor() : bool + getHistory() : boolOperationStaff<<Class>>Nurse<<Class>>Surgeon<<Class>>AdministrativeStaff<<Class>>FrontDeskStaff<<Class>>TechnicalStaff<<Class>>Technician<<Class>>Technologist<<Class>>SurgicalTechnologist<<Class>>
Description

This example shows how to create class shapes using diagram UMLClass shapes. The type property of the shape can be used to create UMLClass nodes. The shape property of the shape allows you to create UML Class shapes.