Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

AlterableGraphComponent Class Reference
[Graph Structure Concepts]

#include <lemon/concept/graph_component.h>

Inheritance diagram for AlterableGraphComponent:

Inheritance graph
[legend]
Collaboration diagram for AlterableGraphComponent:

Collaboration graph
[legend]
List of all members.

Detailed Description

This class provides beside the core graph features alteration notifier interface for the graph structure. This is an observer-notifier pattern. More Obsevers can be registered into the notifier and whenever an alteration occured in the graph all the observers will notified about it.

Definition at line 702 of file graph_component.h.

Public Types

typedef AlterationNotifier<
Edge
EdgeNotifier
 The edge observer registry.
typedef AlterationNotifier<
Node
NodeNotifier
 The node observer registry.

Public Member Functions

EdgeNotifier getNotifier (Edge) const
 Gives back the edge alteration notifier.
NodeNotifier getNotifier (Node) const
 Gives back the node alteration notifier.


Member Function Documentation

EdgeNotifier getNotifier Edge   )  const [inline]
 

Gives back the edge alteration notifier.

Definition at line 713 of file graph_component.h.

NodeNotifier getNotifier Node   )  const [inline]
 

Gives back the node alteration notifier.

Definition at line 720 of file graph_component.h.


The documentation for this class was generated from the following file:
Generated on Sat Mar 19 10:58:58 2005 for LEMON by  doxygen 1.4.1