0

我的第一个问题;

我是 Java 新手,几个月来一直在玩面向对象。我想写一个 UML 类图,但是我试图在过去的 4-5 小时内研究它。每次我找到信息时,它都会打开另一个词,很简单,我没有经验来理解它使用的术语。

我的程序构造如下:

class 1 (newMote) - creates a new instance of the object
class 2 (calibrator) - sets up all the gui for the system and registers components for events
Class 3 (Responder) - this is where the work happens, all my logic is in here and my actionevents

以下类适用于我正在使用的 api(来自其他地方)

class 4 (WiiUseAPI) - the api
class 5 (WiiUseAPIManager) - the manager for the api
class 6 (wiiMote) - lists all the methods from the wiiuseJ library

如果我能得到一些关于在哪里寻找以更好地理解我正在做的事情的指导,以真正的外行术语解释所有细节,或者关于如何构建这些类的一些指导,我将永远感激不尽。

4

1 回答 1

2

对于您的代码自动生成 UML,您可以使用ObjectAid一个 Eclipse 插件。

于 2013-05-23T12:02:26.127 回答