Class: DeployedInRelationship
A deployed-in containment relationship.
URI: calm:DeployedInRelationship
classDiagram
class DeployedInRelationship
click DeployedInRelationship href "../DeployedInRelationship/"
DeployedInRelationship : container
DeployedInRelationship : nodes
DeployedInRelationship --> "1..*" Node : nodes
click Node href "../Node/"
Class Properties
| Property | Value |
|---|---|
| Class URI | calm:DeployedInRelationship |
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| container | 1 String |
direct | |
| nodes | 1..* Node |
direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| RelationshipType | deployed_in | range | DeployedInRelationship |
In Subsets
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/calm
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | calm:DeployedInRelationship |
| native | calm:DeployedInRelationship |
LinkML Source
Direct
name: DeployedInRelationship
description: A ``deployed-in`` containment relationship.
in_subset:
- core
from_schema: https://w3id.org/lmodel/calm
slots:
- container
- nodes
slot_usage:
nodes:
name: nodes
required: true
class_uri: calm:DeployedInRelationship
Induced
name: DeployedInRelationship
description: A ``deployed-in`` containment relationship.
in_subset:
- core
from_schema: https://w3id.org/lmodel/calm
slot_usage:
nodes:
name: nodes
required: true
attributes:
container:
name: container
from_schema: https://w3id.org/lmodel/calm
rank: 1000
owner: DeployedInRelationship
domain_of:
- DeployedInRelationship
- ComposedOfRelationship
range: string
required: true
nodes:
name: nodes
from_schema: https://w3id.org/lmodel/calm
rank: 1000
owner: DeployedInRelationship
domain_of:
- Architecture
- InteractsRelationship
- DeployedInRelationship
- ComposedOfRelationship
- Decision
range: Node
required: true
multivalued: true
class_uri: calm:DeployedInRelationship