RE: HW1: all those classes...


Subject: RE: HW1: all those classes...
From: John Sung (john_j_sung@yahoo.com)
Date: Tue Jan 08 2002 - 23:48:15 EST


The main point of this homework is to:

o Learn how to draw UML Class Diagrams
o Learn how to reverse engineer java programs and basic java syntax
o Introduction to java implementation of visitor pattern

As the homework suggests:

Start your reverse engineering effort with file Tree.java.
Most of the organization of this file is described in file tree.cd.

So, you should start from Tree.java and follow the is-a and has-a
relationships from that class. Incidentally, the files related to parsing is
not relevant to the main point of this homework as listed above, so you may
skip those, i.e. files with parse or token in their filename. However, you
should read
http://www.ccs.neu.edu/research/demeter/DemeterJava/quick-help/TABLE-OF-CONT
ENTS.txt as suggested in the homework webpage to gain understanding of
what's generated for you by DemeterJ.

John

-----Original Message-----
Sent: Tuesday, January 08, 2002 11:17 PM
To: com1205-grader@ccs.neu.edu
Subject: HW1: all those classes...

Hi,
        A quick question about part A of hw1 - are we supposed to create
class diagrams for all the helper classes in binary-tree/gen, or just
for the main classes (Tree, Label, etc)?

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com



This archive was generated by hypermail 2b28 : Tue Jan 08 2002 - 23:49:21 EST