Slot: node_type
Category of the node (system, service, actor, etc.).
URI: calm:node_type
Applicable Classes
| Name |
Description |
Modifies Slot |
| Node |
A logical or physical element of an architecture (system, service, actor, |
no |
| NodeMoment |
An architecture moment - a point-in-time snapshot of the architecture |
no |
Properties
Type and Range
Cardinality and Requirements
| Property |
Value |
| Required |
Yes |
Expressions & Logic
#### Any Of
Value must satisfy at least one of:
- AnonymousSlotExpression({'range': 'NodeType'})
- AnonymousSlotExpression({'range': 'string'})
Aliases
Schema Source
Mappings
| Mapping Type |
Mapped Value |
| self |
calm:node_type |
| native |
calm:node_type |
LinkML Source
name: node_type
description: Category of the node (system, service, actor, etc.).
from_schema: https://w3id.org/lmodel/calm
aliases:
- node-type
rank: 1000
domain_of:
- Node
- NodeMoment
range: NodeType
required: true
any_of:
- range: NodeType
- range: string