galinarudollf / SoftwareentwicklungSoSe2020_Aufgabe_03

Einstieg OOP Programmierung unter C#
0 stars 0 forks source link

plantUML #1

Open galinarudollf opened 4 years ago

galinarudollf commented 4 years ago

Die UML-Diagramme können auf PlantUML Web Server http://www.plantuml.com Online erstellt werden, z.B.:

@startuml A <|-- B B *-- C B o-- D @enduml

und u.a. in png-View angezeigt werden. Der Web-Link zu diesem Bild wird als Bild in den md-Code integriert:

![alternativer Text](http://www.plantuml.com/plantuml/png/SoWkIImgAStDuN9KiAdHrLLmud9Iq0BIpa0w7qYxS3cavgK05G00)

alternativer Text

Quellen: https://blog.anoff.io/2018-07-31-diagrams-with-plantuml/ https://stackoverflow.com/questions/32203610/how-to-integrate-uml-diagrams-into-gitlab-or-github

Nethiri commented 4 years ago

geht... top