#include <ChangeFloor.h>
Public Member Functions | |
ChangeFloor () | |
actasp::Action * | clone () const |
actasp::Action * | cloneAndInit (const actasp::AspFluent &fluent) const |
std::string | getName () const |
bool | hasFailed () const |
bool | hasFinished () const |
int | paramNumber () const |
void | run () |
Private Member Functions | |
std::vector< std::string > | getParameters () const |
Private Attributes | |
bool | asked |
boost::shared_ptr< CallGUI > | askToChangeFloor |
std::string | dest_room |
bool | done |
bool | failed |
Definition at line 11 of file ChangeFloor.h.
Definition at line 17 of file ChangeFloor.cpp.
actasp::Action* bwi_krexec::ChangeFloor::clone | ( | ) | const [inline, virtual] |
Implements actasp::Action.
Definition at line 27 of file ChangeFloor.h.
actasp::Action * bwi_krexec::ChangeFloor::cloneAndInit | ( | const actasp::AspFluent & | fluent | ) | const [virtual] |
Implements actasp::Action.
Definition at line 141 of file ChangeFloor.cpp.
std::string bwi_krexec::ChangeFloor::getName | ( | ) | const [inline, virtual] |
Implements actasp::Action.
Definition at line 17 of file ChangeFloor.h.
std::vector< std::string > bwi_krexec::ChangeFloor::getParameters | ( | ) | const [private, virtual] |
Implements actasp::Action.
Definition at line 147 of file ChangeFloor.cpp.
bool bwi_krexec::ChangeFloor::hasFailed | ( | ) | const [virtual] |
Reimplemented from actasp::Action.
Definition at line 137 of file ChangeFloor.cpp.
bool bwi_krexec::ChangeFloor::hasFinished | ( | ) | const [virtual] |
Implements actasp::Action.
Definition at line 133 of file ChangeFloor.cpp.
int bwi_krexec::ChangeFloor::paramNumber | ( | ) | const [inline, virtual] |
Implements actasp::Action.
Definition at line 15 of file ChangeFloor.h.
void bwi_krexec::ChangeFloor::run | ( | ) | [virtual] |
Implements actasp::Action.
Definition at line 22 of file ChangeFloor.cpp.
bool bwi_krexec::ChangeFloor::asked [private] |
Definition at line 35 of file ChangeFloor.h.
boost::shared_ptr<CallGUI> bwi_krexec::ChangeFloor::askToChangeFloor [private] |
Definition at line 39 of file ChangeFloor.h.
std::string bwi_krexec::ChangeFloor::dest_room [private] |
Definition at line 33 of file ChangeFloor.h.
bool bwi_krexec::ChangeFloor::done [private] |
Definition at line 36 of file ChangeFloor.h.
bool bwi_krexec::ChangeFloor::failed [private] |
Definition at line 37 of file ChangeFloor.h.