Skip to content

Entity

IRI: https://w3id.org/altium/cdm/core/Entity

Bounded context: core

Abstract base for all identifiable, versioned, platform-accessible domain objects. Carries a GRID, maturity level, and platform API reference.

Platform API

GRID (1)

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

*NOTE: this is an abstract class and should not be instantiated directly

Diagram

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


  class core_Entity["Entity"]




    click core_Entity href "../../classes/core_Entity/"




  class core_Artifact["Artifact"]




        core_Entity <|-- core_Artifact
        click core_Artifact href "../../classes/core_Artifact/"


  class core_Activity["Activity"]




        core_Entity <|-- core_Activity
        click core_Activity href "../../classes/core_Activity/"



          core_Entity : id





Inheritance

Fields

Name Cardinality Type Description Inheritance
id 1 GRID Globally unique identifier across the whole platform. direct

Identifier and Mapping Information

Comments

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