Start a class diagram
Goal
- Start a PlantUML class diagram (empty to begin with).
Steps
- Declare UML block:
- Add
@startuml
and @enduml
tags.
- Add diagram title, “Blog Model Class Diagram”.
- Set diagram theme:
- Add
!theme
declaration to set the materia
theme.
- Set diagram layout:
- Add
left to right direction
declaration.
Reference Code