Skip to content

Class: ComposedOfRelationship

A composed-of containment relationship.

URI: calm:ComposedOfRelationship

 classDiagram
    class ComposedOfRelationship
    click ComposedOfRelationship href "../ComposedOfRelationship/"
      ComposedOfRelationship : container

      ComposedOfRelationship : nodes





        ComposedOfRelationship --> "1..*" Node : nodes
        click Node href "../Node/"



Class Properties

Property Value
Class URI calm:ComposedOfRelationship

Slots

Name Cardinality and Range Description Inheritance
container 1
String
direct
nodes 1..*
Node
direct

Usages

used by used in type used
RelationshipType composed_of range ComposedOfRelationship

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self calm:ComposedOfRelationship
native calm:ComposedOfRelationship

LinkML Source

Direct

name: ComposedOfRelationship
description: A ``composed-of`` 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:ComposedOfRelationship

Induced

name: ComposedOfRelationship
description: A ``composed-of`` 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: ComposedOfRelationship
    domain_of:
    - DeployedInRelationship
    - ComposedOfRelationship
    range: string
    required: true
  nodes:
    name: nodes
    from_schema: https://w3id.org/lmodel/calm
    rank: 1000
    owner: ComposedOfRelationship
    domain_of:
    - Architecture
    - InteractsRelationship
    - DeployedInRelationship
    - ComposedOfRelationship
    - Decision
    range: Node
    required: true
    multivalued: true
class_uri: calm:ComposedOfRelationship