#include <fsm.h>
Collaboration diagram for fsm:

Public Member Functions | |
| fsm () | |
| fsm (const fsm &FSM) | |
| fsm (int I, int S, int O, const std::vector< int > &NS, const std::vector< int > &OS) | |
| fsm (const char *name) | |
| fsm (int k, int n, const std::vector< int > &G) | |
| fsm (int mod_size, int ch_length) | |
| int | I () const |
| int | S () const |
| int | O () const |
| const std::vector< int > & | NS () const |
| const std::vector< int > & | OS () const |
| const std::vector< int > & | PS () const |
| const std::vector< int > & | PI () const |
| const std::vector< int > & | TMi () const |
| const std::vector< int > & | TMl () const |
|
|
|
|
|
|
|
||||||||||||||||||||||||
|
|
|
|
|
|
||||||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6