Class Description
Condition that is triggered either by TriggerCondition of by gate condition within a stage and has remedial action-s.
Attributes
Name | Type | Description |
---|---|---|
armed | Boolean | The status of the class set by operation or by signal. Optional field that will override other status fields. |
normalArmed | Boolean | The default/normal value used when other active signal/values are missing. |
priority | Integer | Priority of trigger. 0 = don t care (default) 1 = highest priority. 2 is less than 1 and so on. A trigger with the highest priority will trigger first. |
Relationships
Inherits from
Descendant classes
- No descendant classes
Leaf/Root class
IsLeaf | IsRoot |
---|---|
False | False |
Associations
Source Class | Cardinality Source | Target Class | Cardinality Target | Source Name | Source Assoc. Description | Target Name | Target Assoc. Description |
---|---|---|---|---|---|---|---|
ProtectiveActionCollection | 1 | StageTrigger | 0..* | ProtectiveActionCollection | StageTrigger | When condition to the StageTrigger is met, the actions in the ProtectiveActionCollection are activated/triggered. | |
StageTrigger | 0..* | Gate | 0..1 | StageTriggerCom | GateComCondition | For the StageTrigger to active the set of protective actions the condition for communication needs to be met (true). | |
StageTrigger | 0..* | Gate | 0..1 | StageTriggerArmed | GateArmed | Association to a Gate that through a gate logic and input pin defines arming of the StageTrigger. | |
StageTrigger | 0..* | Gate | 0..1 | StageTrigger | GateTrigger | The Gate result that trigger the StageTrigger and thereby executing the a set of protective actions. | |
StageTrigger | 1..* | Stage | 1 | StageTrigger | A Stage consist of one or more StageTrigger. | Stage |