db_AI-4/doku/diagrammes/example.puml

14 lines
251 B
Plaintext

@startuml
skinparam dpi 300
class Beispiel {
+ public Attribute
~ internal Attribute
- private AttribuTe
# protected Attribute
+ public Method1()
~ internal Method2()
- private Method3()
# protected Method4()
}
@enduml