#include <lemon/concepts/graph_components.h>
Inherits AlterableUGraphComponent< _Base >.
Inheritance diagram for AlterableBpUGraphComponent:
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 | |
ANodeNotifier & | getNotifier (ANode) const |
Gives back the A-node alteration notifier. | |
BNodeNotifier & | getNotifier (BNode) const |
Gives back the B-node alteration notifier. |
ANodeNotifier& getNotifier | ( | ANode | ) | const [inline] |
Gives back the A-node alteration notifier.
BNodeNotifier& getNotifier | ( | BNode | ) | const [inline] |
Gives back the B-node alteration notifier.