First install the package:
sudo apt install plantuml
Then call:
plantuml -tsvg <file-name.puml>
or online here
@startuml
skin rose
# you-diagram-here
@enduml
Classifier is an abstract metaclass which is the basic modeling element in UML. A classifier represents a group of
things with common properties.
A classifier is an abstract metaclass classification concept that serves as a mechanism to
show interfaces
, classes
, datatypes
and components
.
More formally, classifier is (extends):
- type
- templateable element
- redefinable element
- namespace
Class
- Component
- Datatype
- Interface
- Node
- Signal
- Subsystem
- Use Case