#include <GotoObject.h>
Public Member Functions | |
virtual Action * | clone () const |
Action * | cloneAndInit (const actasp::AspFluent &fluent) const |
GotoObject (const std::string &objectName) | |
bool | hasFailed () const |
void | run () |
Private Attributes | |
bool | failed |
Definition at line 9 of file GotoObject.h.
bwi_krexec::GotoObject::GotoObject | ( | const std::string & | objectName | ) | [explicit] |
Definition at line 30 of file GotoObject.cpp.
virtual Action* bwi_krexec::GotoObject::clone | ( | ) | const [inline, virtual] |
Reimplemented from bwi_krexec::LogicalNavigation.
Definition at line 21 of file GotoObject.h.
Action* bwi_krexec::GotoObject::cloneAndInit | ( | const actasp::AspFluent & | fluent | ) | const [inline, virtual] |
Reimplemented from bwi_krexec::LogicalNavigation.
Definition at line 17 of file GotoObject.h.
bool bwi_krexec::GotoObject::hasFailed | ( | ) | const [inline, virtual] |
Reimplemented from actasp::Action.
Definition at line 15 of file GotoObject.h.
void bwi_krexec::GotoObject::run | ( | ) | [virtual] |
Reimplemented from bwi_krexec::LogicalNavigation.
Definition at line 43 of file GotoObject.cpp.
bool bwi_krexec::GotoObject::failed [private] |
Definition at line 24 of file GotoObject.h.