i once had a software which could automatically create a uml diagram of java code, have lost the software and cant remember what its called, anyone here know of it or something similar???
was it called Together? Thats what I use at uni. It can turn java classes into a UML diagram, or it can turn UML diagrams into skeleton java classes (among many other things).
i've decided i'm going to have a go at making one myself, how do i create a uml diagram, what info do i need, is there anything else i need to know about doing them
i got this uml diagram, why does it say unkown in some of the boxes, also i would be grateful for anyone to explain to me what ia happening in the diagram cos i dont understand it one bit.
UML diagrams show relationships between objects. I would imaging the "unknown" is in there because the name of the objects wasn't supplies. The relationships in the diagram all seem to be HAS-A relationships (hard to see some of the writing). Eg, a text area HAS text.
i hope i'm not coming across as stupid but how would i know the name of the object if i'm not sure whats happening in the diagram, or is it only one object that it can be.
well you can name it anything you want, but it should be something sensible that means something in context with the diagram so if you don't know whats going on in the diagram I guess you can't name the object. Where did you get the diagram from? Whoever made it must know what is going on in it.
Everytime I have to draw one of those, I always end up drawing an ERD instead. Same thing, different arrows basically. I think it'd be hard to write a program that drew these automatically.
Bookmarks