#include <node.h>


Subclasses TagContainer to be able to contain so called tags. See TagContainer for more information of this powerfull concept.
Subclasses MovementObservable to enable MovementObserver instances to trace this nodes movements. When set_movement is called, all registered MovementObserver instances (added by MovementObservable::observer_add) are added on the provided NodeMovement. The EdgeModel is implicitely added as an observer.
1.5.6