1

My goal is to add methods and attributes to the class diagram to make it generate stubs of code in the classes.

Here's an example:

If I'm just starting a project. I have a class called tuna and I want to add the methods swim(), eat() and poop() with it generating stubs. This way by the time I'm done with all the classes and start to code I won't forget what I was thinking.

Could ObjectAid be the wrong tool for the job?

Duncan Jones
  • 67,400
  • 29
  • 193
  • 254
Talisin
  • 2,370
  • 3
  • 18
  • 17
  • did you check here http://www.objectaid.com/class-diagram – PermGenError Nov 09 '12 at 15:03
  • You'll need to give us more to assist. What have you tried? What were the results? Speaking form experience if you've been mashing at this for hours without much success you'll probably be better off walking away (having a sleep) and coming back to it fresh. – Grambot Nov 09 '12 at 15:03
  • 1
    @GanGnaMStYleOverFlowErroR yeah, I looked there but that seems to be all on reverse engineering and linking classes. – Talisin Nov 09 '12 at 15:08

1 Answers1

1

ObjectAid can only show you the source code, you have to go to an editor to change it. When you double-click on a class, method or field, an editor will open at the proper location.

FelixM
  • 1,496
  • 1
  • 9
  • 19