|
seq
4.0.0-pre3
|
This is the interface every node has to comply with. More...
Public Member Functions | |
| def | make_sequence (parent_tpl) |
| This creates the sequence graph A link back to parent_tpl is provided. More... | |
| def | make_task (node, input_list, resume) |
| Creates an asyncio Task to execute the sequence. More... | |
Static Public Attributes | |
| id | |
| node id More... | |
| name | |
| node name More... | |
| state | |
| node state More... | |
| deps | |
| dependencies More... | |
| end_node | |
| The end node. More... | |
| start_node | |
| The start node. More... | |
| t_start | |
| time started More... | |
| t_end | |
| time finished More... | |
| result | |
| task result More... | |
| serial_number | |
| Unique serial number. More... | |
| runtime_flags | |
| node flags More... | |
| description | |
| node description More... | |
| can_skip | |
| is skipping allowed? More... | |
| hide | |
| Hide in GUI. More... | |
This is the interface every node has to comply with.
| def lib.nodes.interface.INode.make_sequence | ( | parent_tpl | ) |
This creates the sequence graph A link back to parent_tpl is provided.
The parent_tpl is the one that holds the parameters.
| def lib.nodes.interface.INode.make_task | ( | node, | |
| input_list, | |||
| resume | |||
| ) |
Creates an asyncio Task to execute the sequence.
|
static |
is skipping allowed?
|
static |
dependencies
|
static |
node description
|
static |
The end node.
|
static |
Hide in GUI.
|
static |
node id
|
static |
node name
|
static |
task result
|
static |
node flags
|
static |
Unique serial number.
|
static |
The start node.
|
static |
node state
|
static |
time finished
|
static |
time started