v2.0.0
Loading...
Searching...
No Matches
MNALIB::MnaGraphExecutor::Context Struct Reference

#include <mna_graph_executor.h>

Public Attributes

QMap< QString, QVariant > results
 nodeId::portName → data (QVariant wrapping domain objects or file paths)
QVariantMap graphInputs
 Graph-level inputs (populated before execution).

Detailed Description

Execution context — holds intermediate results between nodes.

Definition at line 85 of file mna_graph_executor.h.

Member Data Documentation

◆ graphInputs

QVariantMap MNALIB::MnaGraphExecutor::Context::graphInputs

Graph-level inputs (populated before execution).

Definition at line 91 of file mna_graph_executor.h.

◆ results

QMap<QString, QVariant> MNALIB::MnaGraphExecutor::Context::results

nodeId::portName → data (QVariant wrapping domain objects or file paths)

Definition at line 88 of file mna_graph_executor.h.


The documentation for this struct was generated from the following file: