The data_def.py
module#
Summary#
Provides an intermediate structure for describing the structure of an if block. |
|
Provides the top-level abstract class for transition destinations. |
|
Provides the intermediate class for transitions. |
|
Provides the intermediate class for when branches. |
Provides an enum of assertion kinds. |
|
Provides an enum of display kinds. |
|
Provides an enum of state kinds. |
|
Provides an enum of transition kinds. |
Create an assertion in a scope. |
|
Create an equation in a scope. |
|
Create an if block in a scope. |
|
Add local variables to a scope. |
|
Add a graphical diagram to a scope. |
|
Add probes to a scope. |
|
Add signals to a scope. |
|
Create a state machine in a scope. |
|
Add a textal diagram to a scope. |
|
Add a new when block in a scope. |
|
Add a graphical edge between two equations in a graphical diagram. |
|
Add a new equation set to a graphical diagram. |
|
Add the missing edges in a graphical diagram with default positions. |
|
Create a state in a state machine. |
|
Add a new transition starting from a state. |
|
Create an equation in a transition. |
|
Add new branches to a when block. |
|
Create a leaf action in the intermediate structure if it is a tree structure. |
|
Create a decision in the intermediate structure if it is a tree structure. |
|
Create an intermediate transition structure with forked transitions. |
|
Create an intermediate transition structure that targets a state. |
|
Create an intermediate structure for a when branch. |
|
Set the default value of a variable. |
|
Set the last value of a variable. |
Description#
Provides create functions for Scade operator definitions.
Interface
Behavior
Module detail#
- IT#
Short name for an
IfTree
instance to simplify the declarations.
- TD#
Short name for a
TransitionDestination
instance to simplify the declarations.
- TR#
Short name for a
TransitionTree
instance to simplify the declarations.