Assignment Search Framework
|
Public Member Functions | |
GoalTestFunction () | |
virtual | ~GoalTestFunction () |
virtual bool | isGoal (const state_t &state) const =0 |
Abstract class for defining a goal test function.
GoalTestFunction< state_t >::GoalTestFunction | ( | ) |
Constructor for a abstract goal test class. Abstract constructor is empty.
|
virtual |
Destructor for the abstract goal test class. Abstract destructor is empty.
|
pure virtual |
Performs the goal test on the given state.
state | The state to test. |
Implemented in SingleGoalTest< state_t >.