LEMON 1.0.7
|
This class provides beside the core graph features alteration notifier interface for the graph structure. This implements an observer-notifier pattern for each graph item. More obsevers can be registered into the notifier and whenever an alteration occured in the graph all the observers will notified about it.
#include <lemon/concepts/graph_components.h>
Public Types | |
typedef AlterationNotifier < AlterableGraphComponent, Edge > | EdgeNotifier |
The arc observer registry. | |
Public Member Functions | |
EdgeNotifier & | notifier (Edge) const |
EdgeNotifier& notifier | ( | Edge | ) | const [inline] |
Gives back the arc alteration notifier.