Top "Class-diagram" questions

UML diagram describing object classes and relations among them.

Enterprise Architect - Inherit methods from interface in class diagram

In Enterprise Architect ( Version 9.2.921 ) I want to make a class diagram. I have a class MyInterface which acts as an …

c++ uml class-diagram enterprise-architect
How Can I Save A Class Diagram In Intellij?

I discovered that in Intellij I can create nice class diagrams by going to New > Diagram > Java Class …

intellij-idea uml class-diagram
How to specify the return type of a method that returns a list of values in StarUML?

I have two classes (say Database and Record). In Database class, I have a method named getRecords() that returns a …

uml class-diagram staruml
How to generate TypeScript UML class diagrams in VS Code?

Are there any tools that can generate a UML class diagram from a project in TypeScript or a similar language?

typescript visual-studio-code uml class-diagram
How to add a Class Diagram to an ASP.NET Core project in VS 2017?

I followed the How to: Add class diagrams to projects, but I have no "Class Diagram" template in my ASP.…

.net visual-studio asp.net-core visual-studio-2017 class-diagram
How to show attribute as "readonly" in UML?

I want to describe some models of an API in a diagram. Is there a standard how to mark an …

rest model uml class-diagram
In class diagrams, should classes implementing an interface have the method names repeated?

I'm creating some UML diagrams, and I have a large number of classes implementing an interface. Is it necessary for …

uml class-diagram
Abstract/concrete class separation at sequence diagram

Is there a way to separate abstract class and it's concrete branches at a sequence diagram? My use case is …

uml class-diagram sequence-diagram
Generate class diagrams from PHP classes automatically?

I have build a web application in Zend Framework and now desperately need a tool/plugin which can generate class …

php zend-framework uml zend-studio class-diagram