Software & OOP
UML Klassendiagramm
Entwirf Klassenhierarchien und generiere fertigen Java oder C++ Code. Beachte die offizielle Notation der Formelsammlung (Kap. 3.4).
Klassen-Management
{{ c.name }}
{{ c.attributes.length }} Attr | {{ c.operations.length }} Ops
Presets & Tools
Diagramm Vorschau
extends {{ c.parent }}
{{ c.name }}
{{ a.visibility }}
{{ a.name }}: {{ a.type }}
keine attribute
{{ o.visibility }}
{{ o.name }}{{ o.params }}
keine operationen
Source Code
{{ generatedCode }}
Edit Class: {{ editingClass.name }}
Attribute
{{a.visibility}} {{a.name}}: {{a.type}}
Operationen
{{o.visibility}} {{o.name}}{{o.params}}: {{o.return}}