ArticlesProjectsWeeklyCredentialsAbout

UML Design Examples (1997)

PlantUML source files for the class, sequence and component diagrams we drew before coding our network management system at Motorola.

umldesignarchitecture

UML Design Examples (1997)

PlantUML source files for the NMS design diagrams. Render them with PlantUML or the VS Code PlantUML extension.

Contents

  • class-diagram.puml — domain model for the NMS core
  • sequence-poll.puml — polling cycle interaction
  • component-diagram.puml — high-level system components
  • deployment-diagram.puml — physical deployment topology
Source code
# UML Design Examples (1997)

PlantUML diagrams for the Motorola NMS design.

## Render

```sh
# Install PlantUML: https://plantuml.com/download
java -jar plantuml.jar *.puml
```

Or use the VS Code PlantUML extension (jebbs.plantuml).