Superclass (is-a): «abstract» Asset
Task
Inherited from «abstract» Asset
AssetProperties
| Name | Type | Int | Dep | Multiplicity | Description |
|---|---|---|---|---|---|
assetId | ID | 1.2 | 1 | unique identifier for an «abstract» Asset. | |
deviceUuid | ID | 1.2 | 0..1 | associated piece of equipment’s UUID that supplied the «abstract» It references to the | |
removed | boolean | 1.3 | 0..1 | indicator that the «abstract» Asset has been removed from the piece of equipment. | |
timestamp | datetime | 1.2 | 1 | time the «abstract» Asset data was last modified. | |
hash | string | 2.2 | 0..1 | condensed message digest from a secure one-way hash function. FIPS PUB 180-4 |
Properties
| Name | Type | Int | Dep | Multiplicity | Description |
|---|---|---|---|---|---|
TaskType | TaskTypeEnum | 1 | |||
State | TaskStateEnum | 1 |
Parts
| Name | Type | Int | Dep | Multiplicity | Description |
|---|---|---|---|---|---|
hasPriority | Priority | 1 |
Relations
| Name | Type | Int | Dep | Multiplicity | Description |
|---|---|---|---|---|---|
hasTaskArchetype | TaskArchetype | 0..* | |||
hasCollaborator | Collaborator | 0..* | |||
hasCoordinator | Collaborator | 1 | |||
hasParent | Task | 1 | |||
hasAsset | «abstract» Asset | 1.2 | 0..* |
Part Of
| Name | Type | Int | Dep | Multiplicity | Description |
|---|---|---|---|---|---|
isParentOf | Task | 1 |