Class sh::actions::PositionIndexPredicate¶
-
class
sh::actions
::
PositionIndexPredicate
: public sh::actions::Predicate¶ Sets a positioning information index.
Public Functions
-
PositionIndexPredicate
(int positionIndex)¶
-
void
prepare
(ActionInstantiation *instantiation)¶ Prepares the evaluation.
-
bool
evaluate
(ActionInstantiation *instantiation)¶ Evaluates if the predicate is solved.
If it returns
true
, the evaluation proceeds and eventually succeeds. Iffalse
, it stops at this place.
Private Members
-
int
positionIndex
¶
-