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