Generator

Context for the UML diagram generator from internal representation to the concrete files.

Constructors

this
this(Controller ctrl, Parameters params, Products products)

Instansiate.

Members

Functions

process
auto process()

Process the sources to produce UML diagrams in-memory.

Variables

umlClass
UMLClassDiagram umlClass;
umlComponent
UMLComponentDiagram umlComponent;

The UML diagram used as source during generation.

Meta