Insight
IRI: https://w3id.org/altium/cdm/insights/Insight
Bounded context: insights
TBD
*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 ins_Insight["Insight"]
style ins_Insight fill:#a64d79
click ins_Insight href "../../classes/ins_Insight/"
class core_Activity["Activity"]
core_Activity <|-- ins_Insight
click core_Activity href "../../classes/core_Activity/"
class ins_PartInsight["Part Insight"]
style ins_PartInsight fill:#a64d79
ins_Insight <|-- ins_PartInsight
click ins_PartInsight href "../../classes/ins_PartInsight/"
ins_Insight --> "*" col_Task : tasks
click col_Task href "../../classes/col_Task/"
class col_Task["Task"]
style col_Task fill:#6fa8dc
ins_Insight : id
Inheritance
- core_Entity
- core_Activity
- ins_Insight
- core_Activity
Fields
| Name | Cardinality | Type | Description | Inheritance |
|---|---|---|---|---|
| id | 1 |
GRID | Globally unique identifier across the whole platform. | core_Entity |
| tasks | * |
Task | Task associated with this insight | direct |