Generated on Mon Jun 23 17:18:29 2008 for ell-2.3.0 by doxygen 1.5.1

ell::WalkAbortionCriterion Class Reference

#include <WalkAbortionCriterion.hh>

Inheritance diagram for ell::WalkAbortionCriterion:

Inheritance graph
[legend]

Detailed Description

This abstract class is used to check if a walk should be finished based on properties extracted from a StateCollector.

Author:
Daniel Maticzka

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: