#include <iso_flock_remove_behavior_event.h>
Public Member Functions | |
RemoveBehaviorEvent (base::String pSwarmName, base::String pBehaviorName) | |
RemoveBehaviorEvent (double pTime, base::String pSwarmName, base::String pBehaviorName) | |
RemoveBehaviorEvent (const RemoveBehaviorEvent &pEvent) | |
RemoveBehaviorEvent (double pTime, const RemoveBehaviorEvent &pEvent) | |
virtual | ~RemoveBehaviorEvent () |
event::Event * | copy () const |
event::Event * | copy (double pTime) const |
void | execute () throw (event::EventException) |
Protected Attributes | |
base::String | mSwarmName |
base::String | mBehaviorName |
RemoveBehaviorEvent::RemoveBehaviorEvent | ( | base::String | pSwarmName, | |
base::String | pBehaviorName | |||
) |
RemoveBehaviorEvent::RemoveBehaviorEvent | ( | double | pTime, | |
base::String | pSwarmName, | |||
base::String | pBehaviorName | |||
) |
RemoveBehaviorEvent::RemoveBehaviorEvent | ( | const RemoveBehaviorEvent & | pEvent | ) |
RemoveBehaviorEvent::RemoveBehaviorEvent | ( | double | pTime, | |
const RemoveBehaviorEvent & | pEvent | |||
) |
RemoveBehaviorEvent::~RemoveBehaviorEvent | ( | ) | [virtual] |
event::Event * RemoveBehaviorEvent::copy | ( | ) | const |
event::Event * RemoveBehaviorEvent::copy | ( | double | pTime | ) | const |
void RemoveBehaviorEvent::execute | ( | ) | throw (event::EventException) |
base::String iso::flock::RemoveBehaviorEvent::mSwarmName [protected] |
base::String iso::flock::RemoveBehaviorEvent::mBehaviorName [protected] |