TriggerKind
TriggerKind
is defined in SysML specification on
page 363.
Excerpt from the machine readable specification:
TriggerKind
enumerates the kinds of triggers that can be represented by aTriggerInvocationExpression
.
The following diagram shows the inheritance hierarchy of TriggerKind
according to the specification:
![// Class: TriggerKind
digraph {
TriggerKind [label="TriggerKind (SysML)" shape=plaintext]
}](../../../_images/graphviz-4553f00b94ea3b6fc53ab6fa91964aab4d638301.png)
The following table shows all attributes defined for
TriggerKind
according to the specification together with
the documentation from the machine readable specification. Note
that in SysIDE API, we use snake case for attribute names
instead of Pascal case used in the specification.
Attribute |
Documentation from machine readable specification |
Attributes defined in |
|
Indicates a relative time trigger, corresponding to the
|
|
Indicates an absolute time trigger, corresponding to the |
|
Indicates a change trigger, corresponding to the |
The following table lists SysIDE specific attributes available for
class TriggerKind
:
Python Attribute |