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

#include <lemon/concept/graph_component.h>

Inherits BaseGraphComponent.

Inheritance diagram for AlterableGraphComponent:

Inheritance 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.


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.

NodeNotifier getNotifier Node   )  const [inline]
 

Gives back the node alteration notifier.


The documentation for this class was generated from the following file:
Generated on Sat Aug 27 14:16:47 2005 for LEMON by  doxygen 1.4.4