capturegraph.procedures.nodes.automatic.operators
#
Operator Procedures#
Operator procedures perform mathematical, logical, and comparison operations on data values. These enable calculations, logical operations, and data transformations within procedures.
These procedures implement the computational operations needed for workflow logic, supporting everything from basic arithmetic to geographic distance calculations. All operators support the standard Python operator syntax through method overloading, making workflow code natural and readable.
Modules:
| Name | Description |
|---|---|
boolean |
|
location |
Location operator procedures perform calculations and comparisons on geographic coordinates. |
number |
|
procedure |
Procedure operator procedures perform meta-operations on other procedures and their states. |
time |
Time operator procedures perform calculations and manipulations on time values. |