language projection
More...
Go to the source code of this file.
|
| | faudes |
| | libFAUDES resides within the namespace faudes.
|
| |
|
| void | faudes::ProjectNonDet (Generator &rGen, const EventSet &rProjectAlphabet) |
| | Language projection. More...
|
| |
| void | faudes::ProjectNonDetScc (Generator &rGen, const EventSet &rProjectAlphabet) |
| | Language projection. More...
|
| |
| void | faudes::Project (const Generator &rGen, const EventSet &rProjectAlphabet, Generator &rResGen) |
| | Deterministic projection. More...
|
| |
| void | faudes::aProject (const Generator &rGen, const EventSet &rProjectAlphabet, Generator &rResGen) |
| | Deterministic projection. More...
|
| |
| void | faudes::aProjectNonDet (Generator &rGen, const EventSet &rProjectAlphabet) |
| | Language projection. More...
|
| |
| void | faudes::Project (const Generator &rGen, const EventSet &rProjectAlphabet, std::map< Idx, StateSet > &rEntryStatesMap, Generator &rResGen) |
| | Deterministic projection. More...
|
| |
| void | faudes::InvProject (Generator &rGen, const EventSet &rProjectAlphabet) |
| | Inverse projection. More...
|
| |
| void | faudes::aInvProject (Generator &rGen, const EventSet &rProjectAlphabet) |
| | Inverse projection. More...
|
| |
| void | faudes::aInvProject (const Generator &rGen, const EventSet &rProjectAlphabet, Generator &rResGen) |
| | Inverse projection. More...
|
| |
language projection
Definition in file cfl_project.h.