Interface defining the behaviors that must be supported by any object that can notify to a basic dynamic grove.
More...
#include <BasicDynGroveSubject.h>
template<typename Tree, typename Subject>
class BasicDynGroveSubject< Tree, Subject >
Interface defining the behaviors that must be supported by any object that can notify to a basic dynamic grove.
- Author
- Alberto M. Esmoris Pena
- Version
- 1.0
- Template Parameters
-
Tree | The type of the tree to be handled |
Subject | The type of the subject that can be observed |
- See also
- BasicDynGrove
◆ getGroveSubjectId()
template<typename Tree , typename Subject >
Get the subject identifier.
- Returns
- Subject identifier
Implemented in DynMovingObject.
◆ registerObserverGrove()
template<typename Tree , typename Subject >
Register given grove as a observer with respect to the subject.
- Parameters
-
observer | Basic dynamic grove to be registered as a observer |
Implemented in KDGroveSubject.
◆ setGroveSubjectId()
template<typename Tree , typename Subject >
Set the subject identifier to be given one.
- Parameters
-
id | New identifier for the subject |
Implemented in DynMovingObject.
The documentation for this class was generated from the following files: