3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

クラス図を作成できない方でも大丈夫 eclipceでクラス図を自動生成してみた

Last updated at Posted at 2022-02-14

##はじめに
ある時、Buildingパターンのクラス図を作ろうとしましたが、クラス図の作り方がわかリませんでした。なのでeclipceで自動生成してみました。

##全体の流れ
たった3ステップで作成できてしまいます。

①GEF SDKをインストール
②GEF SDKのインストール
③クラス図の作成

##GEF SDKのインストール
①ヘルプボタンを押下し「新規ソフトウェアのインストールを押下しましょう。
スクリーンショット 2022-02-14 21.48.09.png

②作業対象に「http://download.eclipse.org/releases/oxygen」を検索しましょう。
③モデリング選択し、GEF (MVC) SDKをインストールしましょう。
スクリーンショット 2022-02-14 22.30.14.png

GEFとはGraphical Editing Frameworkの略です。
要はプラグインです。

##AmaterasUMLをインストール
①下記のサイトからAmaterasUML_1.3.4.zipをインストールします
http://amateras.osdn.jp/cgi-bin/fswiki/wiki.cgi?page=AmaterasUML

②ダウンロードしたAmaterasUML_1.3.4.zipファイルを解凍し、「eclipse\dropins」配下にコピーします。

AmaterasUMLとはクラス図やシーケンス図を描画するためのEclipseプラグインです。

##クラス図を作ろう
①クラスを作るようにパッケージエクスプローラーで右クリックをして新規からその他を選択
スクリーンショット 2022-02-14 22.41.58.png

②AmaterasUMLのフォルダーからクラス図を選択し、次へボタンを押下
スクリーンショット 2022-02-14 22.45.47.png

③ファイル名を入力し完了ボタンを押下
④ワークスペースにクラス図を作成したいクラスをドラックインするとクラス図ができる。
スクリーンショット 2022-02-14 22.54.09.png

##参考サイト
https://medium-company.com/eclipse-%E3%82%AF%E3%83%A9%E3%82%B9%E5%9B%B3-%E8%87%AA%E5%8B%95%E7%94%9F%E6%88%90/

3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?