AlterableBpUGraphComponent Class Template Reference

#include <lemon/concepts/graph_components.h>

Inherits AlterableUGraphComponent< _Base >.

Inheritance diagram for AlterableBpUGraphComponent:

Inheritance graph
[legend]
List of all members.

Detailed Description

template<typename _Base = BaseUGraphComponent>
class lemon::concepts::AlterableBpUGraphComponent< _Base >

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.


Public Types

typedef AlterationNotifier<
AlterableBpUGraphComponent,
ANode > 
ANodeNotifier
 The A-node observer registry.
typedef AlterationNotifier<
AlterableBpUGraphComponent,
BNode > 
BNodeNotifier
 The B-node observer registry.

Public Member Functions

ANodeNotifiergetNotifier (ANode) const
 Gives back the A-node alteration notifier.
BNodeNotifiergetNotifier (BNode) const
 Gives back the B-node alteration notifier.


Member Function Documentation

ANodeNotifier& getNotifier ( ANode   )  const [inline]

Gives back the A-node alteration notifier.

BNodeNotifier& getNotifier ( BNode   )  const [inline]

Gives back the B-node alteration notifier.


The documentation for this class was generated from the following file:
Generated on Tue Oct 31 09:51:41 2006 for LEMON by  doxygen 1.5.1