db_AI-4/doku/diagrammes/example.puml

13 lines
233 B
Plaintext

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