Verallgemeinerung

PlantUML kann nun auch andere Diagramme als UML erzeugen. In solchen Fällen macht das übliche @startuml keinen Sinn mehr. Daher erlauben wir nun Diagramme, die mit @startXYZ beginnen und mit @endXYZ enden, wobei XYZ sich mit dem Diagrammtyp ändern kann und beliebige Zeichen (einschließlich Leerzeichen) sein können.

Dies bedeutet, dass Plugin-Entwickler ermutigt werden, ihren Code zu ändern, um <zcode>@start</zcode> statt <zcode>@startuml</zcode> zu erkennen.

DITAA-Diagramme werden normalerweise als @startditaa...@endditaa formatiert

⚠ On PlantUML, only PNG generation is supported.
WARNING
 This translation need to be updated. 
WARNING

Generalisation (of @start/@end tag)

PlantUML now can generate diagrams other than UML. In such cases the usual @startuml does not make sense anymore. So now we allow diagrams start with @startXYZ and finish with @endXYZ, where XYZ can change with the type of diagram and can be any characters (including spaces).

This means that plugin developers are encouraged to change their code to recognize @start instead of @startuml.

DITAA diagrams are usually formatted as @startditaa...@endditaa.

Von PlantUML unterstützte Optionen

Sie können auch einige Optionen nach dem @startditaa oder ditaa Schlüsselwort verwenden:

Ohne Option

Trennzeichen entfernen

Schatten entfernen oder Diagramm skalieren

WARNING
 This translation need to be updated. 
WARNING

Tags

Tag Description
{c} Choice or Decision
{d} Document - Symbol representing a document
{io} Input/Output - Symbol representing input/output
{mo} Manual operation
{o} Ellipse
{s} Storage - Symbol representing a form of storage, like a database or a hard disk.
{tr} Trapezoid

Weitere Dokumentation

Die vollständige Dokumentation zu ditaa finden Sie auf