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

ell::SA_E_GrEq Class Reference

#include <StateAcceptor.hh>

Inheritance diagram for ell::SA_E_GrEq:

Inheritance graph
[legend]

Detailed Description

This subclass of StateAcceptor implements a criterium to determine if a given State is valid to be accepted as successor in a walk.

Author:
Daniel Maticzka

Definition at line 113 of file StateAcceptor.hh.

Public Member Functions

virtual bool accept (const StateCollector *const sc, const State &succ) const
virtual ~SA_E_GrEq ()


Constructor & Destructor Documentation

virtual ell::SA_E_GrEq::~SA_E_GrEq (  )  [inline, virtual]

Definition at line 117 of file StateAcceptor.hh.


Member Function Documentation

bool SA_E_GrEq::accept ( const StateCollector *const   sc,
const State succ 
) const [virtual]

Tests if energy of State succ is greater or equal to energy of last accepted State of StateCollector sc.

Parameters:
sc the StateCollector to test against
succ the successor State to test
Returns:
true if valid successor

Implements ell::StateAcceptor.

Definition at line 33 of file StateAcceptor.cc.


The documentation for this class was generated from the following files: