Adding Node Types to Your Metamodel
BeginnerAdding Node Types to Your Metamodel
Node Types define the categories of elements in your model.
Creating a Node Type
- In the Tree View, find the Node Types section
- Click the + button
- A new Node Type is created with a default name
- Type a meaningful name (e.g., "Server", "Application", "Person")
Configuring Properties
Properties define what data each instance (node) will carry:
- Select the Node Type in the Tree View
- In the Properties Panel (right), find the Properties section
- Click + Add Property
- Enter a property name (e.g., "IP Address")
- Choose a data type (String, Number, Boolean, Date)
- Repeat for additional properties
Customizing Appearance
Each Node Type has visual settings that affect how its instances look on the canvas:
- Color: Set the display color for nodes of this type
- Shape: Choose a shape (rectangle, ellipse, diamond, etc.)
- These settings appear in the Properties Panel when the Node Type is selected
Tips
- Keep names clear: Use singular nouns ("Server" not "Servers")
- Add descriptions: Describe what this type represents — it helps team members and the AI assistant
- Start simple: You can always add more properties later
- The Node Type appears in the Toolbox immediately after creation, ready to drag onto the canvas