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 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
Fields
| Name | Cardinality | Type | Description | Inheritance |
|---|---|---|---|---|
| id | 1 |
GRID | Globally unique identifier across the whole platform. | Entity |
| tasks | * |
Task | Task associated with this insight | direct |