我的第一个问题;
我是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
如果我可以获得一些关于在哪里寻求更好地理解我正在做什么的指导,这解释了真正的外行术语中的所有细节或者如何构建这些类的一些指示,我将永远感激。