20 #ifndef HEDGEHOG_SWITCH_RULE_H 21 #define HEDGEHOG_SWITCH_RULE_H 29 template<
class GraphInput>
37 virtual bool sendToGraph(std::shared_ptr<GraphInput> &data,
size_t const &graphId) = 0;
41 #endif //HEDGEHOG_SWITCH_RULE_H Behavior definition for dispatching data to a Graph managed by an AbstractExecutionPipeline.
Hedgehog behavior namespace.
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 AbstractExecutionP...