Page 1 of 1
collaboration diagram ?
Posted: Thu Jun 04, 2009 1:20 pm
by Katharsis
Hi there,
Is there anywhere something like a collaboration diagram (or: class-diagram) for oolite ?
I want to rewrite (parts of) oolite, and it would be good to know where to start ...
Greetings,
Katharsis
Posted: Thu Jun 04, 2009 2:24 pm
by Cmdr James
Er, yes, I created one in xcode about a year ago, but noone showed any interest, so it didnt get committed. I probably still have it.
To be honest its not too bad to just create from scratch -- xcode can do a decent job, or you can use whatever UML tool and do it by hand in probably 15 minutes
Posted: Thu Jun 04, 2009 3:48 pm
by Screet
Cmdr James wrote:Er, yes, I created one in xcode about a year ago, but noone showed any interest, so it didnt get committed. I probably still have it.
Would I have known that, it would already be on my machine! However, over a year ago sounds really a bit like outdated now...
Screet
Posted: Fri Jun 26, 2009 5:49 pm
by harry747
Cmdr James wrote:
To be honest its not too bad to just create from scratch -- xcode can do a decent job,
how do I do that? i'm not a real xcode nerd.
Posted: Fri Jun 26, 2009 6:35 pm
by Cmdr James
The only UML features I can see right now are under the
menu. You can choose a class model for example, ad it draws a simple class diagram for the currently selected class.