|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLAILOGIC::IGoal Class Reference#include <goal.h>
Inheritance diagram for NLAILOGIC::IGoal:
List of all members.
Member Enumeration Documentation
enum NLAILOGIC::IGoal::TTypeOfGoal
|
|
|
-
Enumeration values:
-
achieveOnce |
|
achieveForever |
|
Definition at line 47 of file goal.h.
Referenced by setMode. |
Constructor & Destructor Documentation
NLAILOGIC::IGoal::IGoal |
( |
|
) |
|
|
NLAILOGIC::IGoal::IGoal |
( |
const IGoal & |
|
) |
|
|
NLAILOGIC::IGoal::~IGoal |
( |
|
) |
[virtual] |
|
Member Function Documentation
void NLAILOGIC::IGoal::failure |
( |
|
) |
[virtual] |
|
bool NLAILOGIC::IGoal::isActivable |
( |
|
) |
[inline] |
|
bool NLAILOGIC::IGoal::isExclusive |
( |
|
) |
|
|
bool NLAILOGIC::IGoal::isSelected |
( |
|
) |
[inline] |
|
virtual void NLAILOGIC::IGoal::select |
( |
|
) |
[inline, virtual] |
|
void NLAILOGIC::IGoal::setMode |
( |
TTypeOfGoal |
mode |
) |
[inline] |
|
void NLAILOGIC::IGoal::success |
( |
|
) |
[virtual] |
|
virtual void NLAILOGIC::IGoal::unSelect |
( |
|
) |
[inline, virtual] |
|
Member Data Documentation
|
Definition at line 56 of file goal.h.
Referenced by NLAILOGIC::CInternalGoal::getArgs, NLAILOGIC::CGoal::getArgs, NLAILOGIC::CInternalGoal::getDebugString, NLAILOGIC::CGoal::getDebugString, IGoal, NLAILOGIC::CInternalGoal::operator==, NLAILOGIC::CGoal::operator==, NLAILOGIC::CInternalGoal::runMethodeMember, NLAILOGIC::CGoal::runMethodeMember, NLAILOGIC::CInternalGoal::setArgs, NLAILOGIC::CGoal::setArgs, and ~IGoal. |
|
Definition at line 65 of file goal.h.
Referenced by NLAILOGIC::CInternalGoal::getReceiver, NLAILOGIC::CGoal::getReceiver, IGoal, NLAILOGIC::CInternalGoal::operatorFailure, NLAILOGIC::CGoal::operatorFailure, operatorFailure, NLAILOGIC::CInternalGoal::operatorSuccess, NLAILOGIC::CGoal::operatorSuccess, operatorSuccess, NLAILOGIC::CInternalGoal::setReceiver, and NLAILOGIC::CGoal::setReceiver. |
bool NLAILOGIC::IGoal::_Selected [protected]
|
|
|
Definition at line 58 of file goal.h.
Referenced by NLAILOGIC::CInternalGoal::addSuccessor, NLAILOGIC::CGoal::addSuccessor, NLAILOGIC::CInternalGoal::cancel, NLAILOGIC::CGoal::cancel, NLAILOGIC::CInternalGoal::getDebugString, NLAILOGIC::CGoal::getDebugString, isActivable, isExclusive, NLAILOGIC::CInternalGoal::operatorFailure, NLAILOGIC::CGoal::operatorFailure, operatorFailure, NLAILOGIC::CInternalGoal::operatorSuccess, NLAILOGIC::CGoal::operatorSuccess, operatorSuccess, NLAILOGIC::CInternalGoal::priority, NLAILOGIC::CGoal::priority, and ~IGoal. |
The documentation for this class was generated from the following files:
|
|