有 Java 编程相关的问题?

你可以在下面搜索框中键入要查询的问题!

为java程序编写UML

我的第一个问题

我是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

如果我能得到一些指导,让我更好地理解我在做什么,用真正的门外汉术语解释所有细节,或者得到一些关于如何构建这些类的指导,我将永远感激


共 (1) 个答案

  1. # 1 楼答案

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