![]() |
dfx 0.1.0
Linux-based dynamic dataflow executor
|
Classes | |
| class | ConnectionValidator |
| Class used to validate is a channel can be created between 2 ports. More... | |
| class | Controller |
| In-memory graph builder and mutation controller (nodes + channels) with optional connection verification. More... | |
| class | Loader |
| Helper that loads a graph into a Controller from a JSON file or JSON object. More... | |
| struct | LoaderOptions |
| Options controlling graph loading behavior. More... | |
| struct | LoadingResult |
| Identifiers of nodes and channels created by a load operation. More... | |
| class | NodeFactory |
| Runtime node instantiation and validation facility (builders + config/metadata schemas). More... | |
| class | TransportFactory |
| Registry and factory for creating Source and Destination transports. More... | |
| struct | ValidationResult |
| A specialized result type for channel connection operations. Represents either a successful operation (containing a value of type T) or a failure state containing a list of compatibility error messages. More... | |