|
Hedgehog
0.0.0
A library to generate hybrid pipeline workflow systems
|
Behavior definition for dispatching data to a Graph managed by an AbstractExecutionPipeline. More...
#include "switch_rule.h"


Public Member Functions | |
| virtual bool | sendToGraph (std::shared_ptr< GraphInput > &data, size_t const &graphId)=0 |
| Switch rule to determine if data should be sent to the graph graphId managed by an AbstractExecutionPipeline. More... | |
Behavior definition for dispatching data to a Graph managed by an AbstractExecutionPipeline.
| GraphInput | Input data type |
Definition at line 30 of file switch_rule.h.
|
pure virtual |
Switch rule to determine if data should be sent to the graph graphId managed by an AbstractExecutionPipeline.