タグ

plantumlに関するs_moriのブックマーク (8)

  • PlantUML - Visual Studio Marketplace

    Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter. PlantUML README Rich PlantUML support for Visual Studio Code. Notice The server render is now very recommended by this extension, since it's much faster and much easier to setup, while the major weakness has been improved: Enables POST method, you can now render very-large diagrams The extension comes with a new incl

    PlantUML - Visual Studio Marketplace
  • PlantUMLでレイアウトの指定 - mochalog

    PlantUMLでクラス間の位置を制御する方法。 関係を表す<|--や*--の ハイフンの間にup、down、left、rightを書くとある程度制御できる。 (それぞれu、d、l、rと省略可能。) 例えば、何も位置関係を指定しないと以下のダイアグラムが生成される。 Class01 <|-- Class02 Class01 <|-- Class03 Class01 *-- Class04 Class03 *-- Class05 Class01とClass04間の関係にrと書くとClass04がClass01の右に配置される。 Class01 <|-- Class02 Class01 <|-- Class03 Class01 *-r- Class04 Class03 *-- Class05 UML的には関係のないClass02とClass03の位置関係を決めたいときは、[hidden]を使う

    PlantUMLでレイアウトの指定 - mochalog
  • plantuml

    PlantUMLに関する情報が集まっています。現在464件の記事があります。また249人のユーザーがPlantUMLタグをフォローしています。

    plantuml
  • GitHubで差分を見る時にPlantUMLを描画させる - Qiita

    PlantUMLでいろんな図を書いているのですが、GitHubのPullRequestで差分として表示されるPlantUMLはただのテキストにしか見えないのでレビューし辛いです。 差分見る画面 いちいちブランチを手元に持ってきて、エディタで開いて図にしなければなりません。 なんか良い方法はないかと思い探してみたら、Chrome拡張がありました。 PlantUML Viewer 入れるだけです。 PullRequestの画面からファイルの画面まで行って、直接テキストで見るボタンを押す 拡張入れる前 入れた後 図だ!! らくちんだ 適当なファイルを僕のGitHubに置いてあるので、適当に試しに見てみるのにでも使ってみてください。 クラス シーケンス ステート

    GitHubで差分を見る時にPlantUMLを描画させる - Qiita
  • RedmineのWikiでUMLを記述する方法 - Qiita

    RedmineのWikiにシーケンス図やユースケースなどのUMLを記述する方法について説明する。 前提 ・JAVAが動くこと ・Redmineが動作すること Apache2でRedmineが動いていたものとする 手順 1.PlantUMLを下記よりダウンロードして任意のフォルダにおく http://plantuml.sourceforge.net/download.html この例では下記に配置したものとする. /share/plantuml.jar 2. ラッパー用のシェルスクリプトを記述する。 この例では/usr/bin/plantuml に記述するものとする。 #!/bin/bash /usr/bin/java -Djava.io.tmpdir=/var/tmp -jar /share/plantuml.jar ${@} 3. Redmine用のプラグインを下記からダウンロードする

    RedmineのWikiでUMLを記述する方法 - Qiita
  • PlantUML Cheat Sheet - Qiita

    PlantUML は DSL(ドメイン特化言語) で UML の図を描きます。 テキストで記述するので Git で差分を確認したり Git Flow で関係者とコラボレーションをして図が描けるので便利です。 PlantUML は多くの UML に対応していますが、よく使うものを チートシート にまとめました。 Diagram UML は大きく 振る舞い図 と 構造図 に分類されます。 Behavior 振る舞い図は、振る舞いに関する機能を表現します。 Diagram PlantUML 説明

    PlantUML Cheat Sheet - Qiita
  • PlantUML で ER 図(ERD)を描く(似非ではないです) - Qiita

    ------ :1 ----|| :1 and only 1 ----o| :0 or 1 -----{ :many ----|{ :1 or more ----o{ :0 or many 描画結果 このサンプルでは不要な水平線が入っています。この水平線はクラス図の「プロパティ(フィールド)」と「メソッド」を分ける「区切り線」ですが、hide empty members を最初に書いておくと非表示に出来ます。 参考:http://plantuml.com/class-diagram#Hide ER 図とは ER図そのものについては下記のサイトが詳しいです。 ER図 (Entity Relationship Diagram) また、書き方については下記の書籍が詳しいです。オススメです。 楽々ERDレッスン サンプル 前回 同様、下記のページからテーブル構成を参考にして、PlantUML で

    PlantUML で ER 図(ERD)を描く(似非ではないです) - Qiita
  • Open-source tool that uses simple textual descriptions to draw beautiful UML diagrams.

    🚀 Getting Started 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 recom

    Open-source tool that uses simple textual descriptions to draw beautiful UML diagrams.
  • 1