8 #ifndef BEHAVIORMANAGEMENTINTERFACE_H 9 #define BEHAVIORMANAGEMENTINTERFACE_H 16 class CAbstractBehaviorMode;
26 virtual Core::CAbstractBehaviorMode*
getMode(
void)
const = 0;
virtual Core::CAbstractBehaviorMode * setMode(Base::Type type, const Core::BehaviorAttributeMap &attributes)=0
std::map< std::string, bool > BehaviorAttributeMap
Definition: AbstractBehaviorMode.h:24
virtual Core::CAbstractBehaviorMode * getMode(void) const =0
Definition: BehaviorManagementInterface.h:22