Rule Check
IRI: https://w3id.org/altium/cdm/design/RuleCheck
Bounded context: design
Rule check definitions that can be executed against a project to validate design integrity and compliance with specified constraints.
Platform API
GRID (1)
grid:workspace:{workspace-id}:design:rule-check/{id}
Diagram
---
config:
layout: elk
theme: neutral
class:
hideEmptyMembersBox: true
---
classDiagram
direction LR
class des_RuleCheck["Rule Check"]
style des_RuleCheck fill:#93c47d
click des_RuleCheck href "../../classes/des_RuleCheck/"
class core_Artifact["Artifact"]
core_Artifact <|-- des_RuleCheck
click core_Artifact href "../../classes/core_Artifact/"
des_RuleCheck : id
Inheritance
- core_Entity
- core_Artifact
- des_RuleCheck
- core_Artifact
Fields
| Name | Cardinality | Type | Description | Inheritance |
|---|---|---|---|---|
| id | 1 |
GRID | Globally unique identifier across the whole platform. | core_Entity |
Identifier and Mapping Information
Annotations
| property | value |
|---|---|
| grid | grid:workspace:{workspace-id}:design:rule-check/{id} |
| platformAPI | RuleCheck_Preview |
| maturity | EXPERIMENTAL |