|
|
|
|
🌱 一目でわかるPlantUML
|
🌱 PlantUML at a Glance
|
|
|
|
🚀 はじめに
|
🚀 Getting Started
|
|
PlantUMLは、様々なダイアグラムを迅速かつ簡単に作成できる、非常に多目 的なツールです。
シンプルで直感的な言語を利用することで、ユーザは様々なタイプのダイアグラム を簡単に作成することができます。
この言語の機能とシンタックスの詳細については、 PlantUML Language Reference Guide をご参照ください。
PlantUML を初めてお使いになる場合には、
を素早く立ち上げて実行するために、 クイック・スタート・ ページから始めることをお勧めします。
さらに、PlantUML は、ワークフローを強化するために、 他のさまざまなツールと シームレスに統合することができます。
|
PlantUML is a highly versatile tool that facilitates the rapid and straightforward creation of a wide array of diagrams.
Utilizing a simple and intuitive language, users can effortlessly draft various types of diagrams.
For a detailed exploration of the language's capabilities and syntax, please refer to the PlantUML Language Reference Guide.
If you are new to PlantUML, we recommend starting with our quick start page to get up
and running quickly. Should you have any questions, our F.A.Q. page is a valuable resource.
Additionally, PlantUML can be seamlessly integrated with a variety of other tools to enhance your workflow.
|
🧩 サポートされる UML 図
|
🧩 Supported UML Diagrams
|
|
PlantUML を使用することで、以下のような構造化された UML 図を作成することができます:
|
With PlantUML, you can create well-structured UML diagrams, including but not limited to:
|
📈 サポートされる非 UML 図
|
📈 Supported Non-UML Diagrams
|
|
従来の UML ダイアグラムにとどまらず、PlantUML は以下のような様々なタイプのダイアグラムの 作成もサポートしています:
|
Beyond traditional UML diagrams, PlantUML also supports the creation of various other diagram types, such as:
|
📣 追加機能
|
📣 Additional Features
|
|
以下の追加機能により、ダイアグラムのダイナミズムと情報性が向上します:
|
Enhance the dynamism and informativeness of your diagrams with these additional features:
|
📥 入力フォーマット
|
📥 Input Formats
|
|
PlantUML では、さまざまなソース入力フォーマットからダイアグラムを生成できます:
異なる内部エンコーディングから選択することができます:
|
PlantUML allows you to generate diagrams from various source input formats:
You can choose from different internal encodings:
|
⚙ レイアウトエンジン
|
⚙ Layout Engines and Options
|
|
Achieving good layout with PlantUML is sometimes non-trivial.
See PlantUML GraphViz Layout by Mark George at University of Otago
for more advice.
- Puma is the older and still default engine
- Teoz is a new engine that has some unique features: anchors (named arrows/messages), duration, nested boxes....
Achieving good layout with PlantUML is sometimes non-trivial.
See PlantUML GraphViz Layout by Mark George at University of Otago for more advice.
Achieving good layout with PlantUML is sometimes non-trivial.
See PlantUML GraphViz Layout by Mark George at University of Otago for more advice.
WARNING This translation need to be updated. WARNING
|
PlantUML allows you to use several different layout engines:
- Graphviz is the default engine. Relies on an external program;
- Smetana. (Use
!pragma layout smetana in the file or -Playout=smetana on the command-line.) A port of Graphviz to Java. Tends to make slightly straighter arrows;
- VizJs uses JavaScript. (Use
-graphvizdot vizjs on the command line.) Tends to space out nodes more, resulting in a bigger diagram;
- ELK (Eclipse Layout Kernel). (Use
!pragma layout elk in the file or -Playout=elk on the command-line.) Supports only orthogonal layout, and doesn't cover all features.
Sequence diagrams have 2 engines:
- Puma is the older and still default engine;
- Teoz (Use
!pragma teoz true in the file or -Pteoz=true on the command-line) is a new engine that has some unique features: anchors (named arrows/messages), duration, nested boxes...
Achieving good layout with PlantUML is sometimes non-trivial.
See PlantUML GraphViz Layout by Mark George at University of Otago for more advice.
|
📤 出力フォーマット
|
📤 Output Formats
|
|
以下のような、ニーズに合わせた様々なフォーマットでダイアグラムを エクスポートすることができます:
- 画像を簡単に共有するためのPNG
- スケーラブルなベクターグラフィックスのためのSVG
- 高品質な組版のためのLaTeX
- テキストベースの表現のためのASCII アート (シーケンス図でのみ利用可能)*
|
Export your diagrams in a variety of formats to suit your needs, including:
|
🎉 お楽しみください
|
🎉 Enjoy
|
|
今すぐ始めて、 PlantUML であなたのダイアグラム作成能力を向上させましょう。あなたのアイデアを明確でプロフェッショナルなダイアグラムに簡単に変換します 🎉!
|
Get started today and elevate your diagramming capabilities with PlantUML. Transform your ideas into clear and professional diagrams effortlessly 🎉!
|
|
|