#include <evtgba/product.hh>
Member Typedef Documentation
Constructor & Destructor Documentation
virtual spot::evtgba_product::~evtgba_product |
( |
| ) |
|
|
virtual |
Member Function Documentation
virtual const symbol_set& spot::evtgba_product::all_acceptance_conditions |
( |
| ) |
const |
|
virtual |
Return the set of all acceptance conditions used by this automaton.
The goal of the emptiness check is to ensure that a strongly connected component walks through each of these acceptiong conditions. I.e., the union of the acceptiong conditions of all transition in the SCC should be equal to the result of this function.
Implements spot::evtgba.
virtual const symbol_set& spot::evtgba_product::alphabet |
( |
| ) |
const |
|
virtual |
virtual std::string spot::evtgba::format_acceptance_condition |
( |
const symbol * |
symbol | ) |
const |
|
virtualinherited |
virtual std::string spot::evtgba::format_acceptance_conditions |
( |
const symbol_set & |
symset | ) |
const |
|
virtualinherited |
virtual std::string spot::evtgba::format_label |
( |
const symbol * |
symbol | ) |
const |
|
virtualinherited |
virtual std::string spot::evtgba_product::format_state |
( |
const state * |
state | ) |
const |
|
virtual |
Format the state as a string for printing.
This formating is the responsability of the automata that owns the state.
Implements spot::evtgba.
Member Data Documentation
The documentation for this class was generated from the following file: