5 #ifndef BPP_GRAPH_GRAPHOBSERVER_H 6 #define BPP_GRAPH_GRAPHOBSERVER_H 13 #include "../Clonable.h" 14 #include "../Exceptions.h" 60 #endif // BPP_GRAPH_GRAPHOBSERVER_H virtual void deletedEdgesUpdate(const std::vector< unsigned int > &edgesToDelete)=0
virtual void deletedNodesUpdate(const std::vector< unsigned int > &nodesToDelete)=0
The Clonable interface (allow an object to be cloned).
Defines a Graph Observer. It is a template which follows (subscribed to) a Graph. The graph and the g...