Skip to content

Fleet

IRI: https://w3id.org/altium/cdm/ota/Fleet

Bounded context: ota

TBD

Platform API

GRID (1)

grid:workspace:{workspace-id}:ota:fleet/{id}

  1. 🙋‍♂️ Altium Global Resource ID (aka GRID)

Diagram

---
  config:
    layout: elk
    theme: neutral
    class:
      hideEmptyMembersBox: true
---
 classDiagram
    direction LR


  class ota_Fleet["Fleet"]



      style ota_Fleet fill:#d29292    


    click ota_Fleet href "../../classes/ota_Fleet/"







          ota_Fleet : name








      ota_Fleet --> "*" ota_Device : devices
      click ota_Device href "../../classes/ota_Device/"


  class ota_Device["Device"]



      style ota_Device fill:#d29292    






          ota_Fleet : id










  class ota_Device["Device"]



      style ota_Device fill:#d29292    


          ota_Device --> "*" ota_Fleet: fleets 
          click ota_Device href "../../classes/ota_Device/"



Inheritance

Fields

Name Cardinality Type Description Inheritance
id 1 GRID Globally unique identifier across the whole platform. Entity
name 0..1 string A short name of the entity. direct
devices * Device Devices in this fleet direct

Identifier and Mapping Information

Annotations

property value
grid grid:workspace:{workspace-id}:ota:fleet/{id}
maturity EXPERIMENTAL

Comments

Comments are still experimental - you need access to AltiumDeveloper/cdm-comments repository to see and leave comments. Please ping @dmitry.kolomiets for details.