ell::WalkAbortionCriterion Class Reference
#include <WalkAbortionCriterion.hh>
Inheritance diagram for ell::WalkAbortionCriterion:
Detailed Description
This abstract class is used to check if a walk should be finished based on properties extracted from a StateCollector.
Definition at line 15 of file WalkAbortionCriterion.hh.
Public Member Functions | |
virtual bool | abort (StateCollector *sc) const=0 |
virtual | ~WalkAbortionCriterion () |
Constructor & Destructor Documentation
virtual ell::WalkAbortionCriterion::~WalkAbortionCriterion | ( | ) | [inline, virtual] |
Definition at line 19 of file WalkAbortionCriterion.hh.
Member Function Documentation
virtual bool ell::WalkAbortionCriterion::abort | ( | StateCollector * | sc | ) | const [pure virtual] |
Returns true if the StateCollector sc fulfills a defined property.
Implemented in ell::WAC_MaxLength, ell::WAC_MaxEnergy, ell::WAC_MinEnergy, ell::WAC_OpenEnd, and ell::WAC_OR.
The documentation for this class was generated from the following file:
- src/ell/WalkAbortionCriterion.hh