An implementation of spot::ta_reachable_iterator that browses states breadth first.
More...
#include <taalgos/reachiter.hh>
An implementation of spot::ta_reachable_iterator that browses states breadth first.
virtual void spot::ta_reachable_iterator::end |
( |
) | |
|
|
virtualinherited |
Called by run() once all states have been explored.
virtual const state* spot::ta_reachable_iterator_breadth_first::next_state |
( |
) | |
|
|
virtual |
virtual void spot::ta_reachable_iterator::process_link |
( |
int |
in, |
|
|
int |
out, |
|
|
const ta_succ_iterator * |
si |
|
) |
| |
|
virtualinherited |
Called by run() to process a transition.
- Parameters
-
in | The source state number. |
out | The destination state number. |
si | The spot::tgba_succ_iterator positionned on the current transition. |
virtual void spot::ta_reachable_iterator::process_state |
( |
const state * |
s, |
|
|
int |
n |
|
) |
| |
|
virtualinherited |
Called by run() to process a state.
- Parameters
-
s | The current state. |
n | A unique number assigned to s. |
void spot::ta_reachable_iterator::run |
( |
) | |
|
|
inherited |
virtual void spot::ta_reachable_iterator::start |
( |
) | |
|
|
virtualinherited |
Called by run() before starting its iteration.
virtual bool spot::ta_reachable_iterator::want_state |
( |
const state * |
s) | |
const |
|
virtualinherited |
Called by add_state or next_states implementations to filter states. Default implementation always return true.
seen_map spot::ta_reachable_iterator::seen |
|
protectedinherited |
const ta* spot::ta_reachable_iterator::t_automata_ |
|
protectedinherited |
std::deque<const state*> spot::ta_reachable_iterator_breadth_first::todo |
|
protected |
A queue of states yet to explore.
The documentation for this class was generated from the following file: