diagrams

NetBeans 6.8/6.7 UML Class Diagrams

i have tried to generate Class Diagrams in NetBeans 6.7 and 6.8 but all i get is: i figured out installing UML for 6.8 here: NetBeans 6.8 UML i have followed the instructions here: UML Class diagrams i so far i failed to generate anything meaningful. i have followed the tips: Open your project, then create a new UML project (choo...

UML diagrams question regarding composition/aggregation of Base class - does the Derived class need diamond link?

Hi. If, for example, I have the following requirements: 1. Dog is an Animal 2. Zoo has Animal(s) Do I still need the 2nd diamond connector (the lower one) as shown in the image below: https://docs.google.com/drawings/edit?id=1TlnDD8LrqPo-J9_gfHdGm6Y9BpeqC8N-c6Cnc9bPwko&hl=en&authkey=CNLq5bYB Thanks. ...

Tools to create interactive system diagrams?

I am looking for a tool that would not only allow me to create a system diagram but also allow me to give it some "brains". For instance, lets say I have 2 main parts of a system depicted by 2 blocks. I want to simulate what would happen if one of the parts went out so I right click on one of the boxes and select terminate. The box th...

Eclipse: showing an interactive map of your project

Is there a way to get Eclipse to do something like this: It would be SOOOO helpful. ...

Diagrams/Infographics for learning about Computer Science/Programming

A few friends and I are doing a self-study on Computer Science/Programming and taking the Computer Science AP A exam. Although I have experience in programming in a few languages, it's still difficult for me to explain some concepts such as OOP and memory management. Are there are interesting diagrams or infographics that could explain ...

tool to create a domain model diagram

Hi, My requirement is to create a diagram which can represent the object relationship which is stored in an xml. For example This needs to get translated as Class abc has a field which is xyz. This heirarchy can be multi level. and we need to represent a) high level struturing of classes b) contents of these classes. I l...