#include <GoThrough.h>

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