ell::SA_All Class Reference
#include <StateAcceptor.hh>
Inheritance diagram for ell::SA_All:
Detailed Description
This subclass of StateAcceptor accepts all states as successor in a walk.
Definition at line 38 of file StateAcceptor.hh.
Public Member Functions | |
virtual bool | accept (const StateCollector *const sc, const State &succ) const |
virtual | ~SA_All () |
Constructor & Destructor Documentation
virtual ell::SA_All::~SA_All | ( | ) | [inline, virtual] |
Definition at line 42 of file StateAcceptor.hh.
Member Function Documentation
bool ell::SA_All::accept | ( | const StateCollector *const | sc, | |
const State & | succ | |||
) | const [virtual] |
Always returns true.
- Parameters:
-
sc the StateCollector to test against succ the successor State to test
- Returns:
- returns always true
Implements ell::StateAcceptor.
Definition at line 9 of file StateAcceptor.cc.
The documentation for this class was generated from the following files:
- src/ell/StateAcceptor.hh
- src/ell/StateAcceptor.cc