Nomnoml
Nomnoml creates UML-style diagrams from bracketed classifiers and relationships.
Use this type
Use Nomnoml for fast class, component, and relationship sketches.
Source format
The source format is Nomnoml text. Enter the source in the diagram.zip editor.
Syntax essentials
- Put each classifier in square brackets.
- Separate name, attributes, and methods with a vertical bar.
- Connect classifiers with a relationship operator.
- Put directives at the start of the source.
Example
#direction: right
[User]->[Diagram]
[Diagram|title: string|save(); share()]
Rendered exampleDrag to pan. Use the wheel or controls to zoom.
Limitations
- diagram.zip returns SVG for this type.