4
4

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 5 years have passed since last update.

Eclipseでクラス図を作成

Last updated at Posted at 2019-08-11

概要

javaでクラス図を作成する.
やることは以下の三つ.

  • GEFのインストール
  • AmaterasUMLのインストール
  • クラス図の作成

classfig.jpg

参考サイト

前提条件

Eclipse(4.0.7)のインストール
https://www.eclipse.org/downloads/

GEFのインストール

Eclipseのヘルプ>新規ソフトウェアのインストール
作業対象に
--すべての使用可能なサイト--
を指定し,
GEF (MVC) SDK
をインストール.スクリーンショット 2019-08-11 17.33.49.png

AmaterasUMLのインストール

AmaterasUMLからAmaterasUML_1.3.4.zipをダウンロード.
三つのjarファイルを, Eclipse.app/Contents/Eclipse/dropins/ディレクトリに移動.スクリーンショット 2019-08-11 17.39.10.png

Eclipseの再起動

クラス図の作成

クラス図を作成したいディレクトリで, 新規>その他>AmaterasUML>クラス図 でクラス図の新規ファイルを作成.

まとめ

クラス図を作成する一つの方法.メソッド数が多いと文字はかなり小さくなってしまう.
参考を真似しただけだが, つまずいたところがいくつかあった.

4
4
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
4
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?