How do you indicate a generic class or interface in a Class Diagram?
I'm looking for two things really:
- One is how do I model generic java classes if i were doing it with pen and paper.
- Secondly, what uml tools out there support generic classes/interfaces.
Thanks!
It is generalization arrow, base class, if it is abstract, should be written in italics. Also can be marked with stereotype.
Use http://staruml.io/. Really nice tool, you can manage all project diagrams in one place. At right top corner, there is object/diagram tree, so you can use same classes(other objects) at different diagrams.