Compounds | |
class | TActionHandler |
class | TDeterministicFiniteAutomaton |
class | TException |
Exception: parent exception class for AUTOMATON. More... | |
class | TExecutableStreamableDfa |
class | TFileNotFoundException |
Exception: DFAML file not found. More... | |
class | TIntegrityException |
Exception: integrity failure. More... | |
class | TNotDfamlFileException |
Exception: not a DFAML file. More... | |
class | TNotFoundException |
Exception: item (state/event/action) not found. More... | |
class | TStreamableDfa |
Name-space for AUTOMATON. This name-space makes the variables contained not to collide with any others in MPCL name-space.
|
Initial value: "[[:space:]]*<action" "[[:space:]]+state[[:space:]]*=[[:space:]]*%q" "[[:space:]]+actions[[:space:]]*=[[:space:]]*%q" "[[:space:]]*>[[:blank:]]*\n?" Definition at line 134 of file automaton/defs.cc. |
|
Initial value: "[[:space:]]*<action" "[[:space:]]+actions[[:space:]]*=[[:space:]]*%q" "[[:space:]]+state[[:space:]]*=[[:space:]]*%q" "[[:space:]]*>[[:blank:]]*\n?" Definition at line 138 of file automaton/defs.cc. |
|
Initial value: "[[:space:]]*<actlist" "[[:space:]]*>[[:blank:]]*\n?" Definition at line 127 of file automaton/defs.cc. |
|
Initial value: "[[:space:]]*<desc" "[[:space:]]*>[[:blank:]]*\n?" "%t[[:blank:]]*\n?</desc[[:space:]]*>" Definition at line 82 of file automaton/defs.cc. |
|
Initial value: "[[:space:]]*<dfaml" "[[:space:]]+name[[:space:]]*=" "[[:space:]]*%q" "[[:space:]]*>[[:blank:]]*\n?" Definition at line 73 of file automaton/defs.cc. |
|
Initial value: "[[:space:]]*<!doctype" "[[:space:]]+dfaml[[:space:]]*>" Definition at line 53 of file automaton/defs.cc. |
|
Initial value: "[[:space:]]*<!doctype" "[[:space:]]+dfaml[[:space:]]+system[[:space:]]*>" Definition at line 55 of file automaton/defs.cc. |
|
Initial value: "[[:space:]]*<!doctype" "[[:space:]]+dfaml[[:space:]]+system" "[[:space:]]+%q[[:space:]]*>" Definition at line 57 of file automaton/defs.cc. |
|
Initial value: "[[:space:]]*<!doctype" "[[:space:]]+dfaml[[:space:]]+public" "[[:space:]]+%q[[:space:]]*>" Definition at line 60 of file automaton/defs.cc. |
|
Initial value: "[[:space:]]*<state[[:space:]]+" "name[[:space:]]*=[[:space:]]*%q" "[[:space:]]*>" Definition at line 98 of file automaton/defs.cc. |
|
Initial value: "[[:space:]]*<state[[:space:]]+" "name[[:space:]]*=[[:space:]]*%q[[:space:]]+" "type[[:space:]]*=[[:space:]]*%q" "[[:space:]]*>" Definition at line 101 of file automaton/defs.cc. |
|
Initial value: "[[:space:]]*<state[[:space:]]+" "type[[:space:]]*=[[:space:]]*%q[[:space:]]+" "name[[:space:]]*=[[:space:]]*%q" "[[:space:]]*>" Definition at line 105 of file automaton/defs.cc. |
|
Initial value: "[[:space:]]*<transit" "[[:space:]]+event[[:space:]]*=[[:space:]]*%q" "[[:space:]]+next[[:space:]]*=[[:space:]]*%q" "[[:space:]]*>[[:blank:]]*\n?" Definition at line 115 of file automaton/defs.cc. |
|
Initial value: "[[:space:]]*<transit" "[[:space:]]+next[[:space:]]*=[[:space:]]*%q" "[[:space:]]+event[[:space:]]*=[[:space:]]*%q" "[[:space:]]*>[[:blank:]]*\n?" Definition at line 119 of file automaton/defs.cc. |
|
Initial value: "[[:space:]]*<transtbl" "[[:space:]]+initial[[:space:]]*=" "[[:blank:]]*%q" "[[:space:]]*>[[:blank:]]*\n?" Definition at line 89 of file automaton/defs.cc. |