Skip to content

Supported UML Concepts

Andrias Meisyal edited this page Nov 4, 2018 · 7 revisions

This latest version of this extension supports the UML concepts of class diagram.

Class diagram

Class diagram has some UML terms. Those UML terms are mapped into Ruby terms. This table below shows the mapping from UML term to Ruby term.

UML term Ruby term
Empty class Empty class
Class attributes Instance variables
Class methods Instance Methods
Generalization Inheritance
Association class Association class
Packages Module
Interface Module
Constant Constant

To see how generated code looks like, click one of the Ruby term items.

Note that code comment can be only generated through StarUML documentation. Using note that associated with class element doesn't support. Please, check this page for details.

Clone this wiki locally