This site requires JavaScript, please enable it in your browser!
Greenfoot back
kaese340
kaese340 wrote ...

2024/2/8

UML from Greenfoot code?

kaese340 kaese340

2024/2/8

#
hello guys, I was wondering if it is possible to create a uml from the greenfoot code. Since my code is a bit extensive I would be reluctant to do this manually.
nccb nccb

2024/2/14

#
This Stack Overflow page has some suggestions for tools to do this. If you just want something basic then you can use our BlueJ tool to show a diagram. Make a new BlueJ project somewhere, close BlueJ then copy in all your Greenfoot classes and load BlueJ again. They won't compile because it won't find the Greenfoot classes, but it should at least show all the links between the classes in terms of inheritance and which class uses which.
You need to login to post a reply.