1 #ifndef PRGRAPHVISITORS_H_ 2 #define PRGRAPHVISITORS_H_ 85 void runThroughAdjacents(boost::graph_traits<boost::ExecPlan>::vertex_descriptor vertex,
boost::ExecPlan graph);
DecisionUpdater(EventSlot &slot)
Constructor.
boost::adjacency_list< boost::vecS, boost::vecS, boost::bidirectionalS, AlgoNodeStruct > ExecPlan
RunSimulator(EventSlot &slot)
Constructor.
virtual bool visit(DecisionNode &)
RankerByCummulativeOutDegree()
Constructor.
virtual bool visitEnter(DecisionNode &) const
RankerByEccentricity()
Constructor.
RankerByTiming()
Constructor.
Class representing the event slot.
Supervisor(EventSlot &slot)
Constructor.
RankerByDataRealmEccentricity()
Constructor.
RankerByProductConsumption()
Constructor.