Top "Class-diagram" questions

UML diagram describing object classes and relations among them.

How to show Dependency Injection on a UML class diagram?

How do I show Dependency Injection of an object or class in a UML class diagram?

dependency-injection uml class-diagram
When to use UML Association Classes?

Can I improve my design on these 2 diagrams below? If so, how? I am confused by the use of association …

uml class-diagram erd
Component diagram versus Class diagram?

class and package diagrams model logical design of software component diagram models implementation view Could you please clarify the above …

implementation uml class-diagram component-diagram
Understanding why the extends arrow points in the opposite direction

In class diagrams I typically see something like ClassA extends ClassB where the arrow head points to ClassA. Example, here, …

uml computer-science class-diagram
understanding class diagram

Can anyone explain what the connectors mean? (source: stsmedia.net) What freeware can generate a diagram like this?

java class-diagram
UML diagram: How to show interface that is implemented by most of the Classes in my class diagram

I have a interface like: public interface MyEntity { //HIbernate version public long getOptLock(); //these method are used to keep track …

uml class-diagram
How to represent Javascript object creation with an UML class diagram?

I'm having some trouble drawing an accurate UML Class diagram for my JavaScript APP. I've read several UML reference resources, …

javascript object uml class-diagram prototype-programming
Code Iris plugin on Android Studio

I am trying to make code iris plugin work on Android studio. I press right click -> Create Code …

android android-studio plugins uml class-diagram
UML tool for Qt applications

Any one knows a reliable UML tool for generating class diagrams from Qt applications?

qt uml class-diagram tool-uml
UMLet Diagrams like Use Case, Class, Activity, etc

Can you please help me find a detailed tutorial on this topics: UML Behavior Diagrams Use Case Diagrams Activity Diagrams …

uml class-diagram sequence-diagram diagrams