an internal class for EST_WFST used to represent a state in a WFST More...
#include <include/EST_WFST.h>
Public Member Functions | |
EST_WFST_State (int name) | |
EST_WFST_State (const EST_WFST_State &state) | |
~EST_WFST_State () | |
EST_WFST_Transition * | add_transition (float w, int end, int in, int out) |
int | name () const |
int | num_transitions () const |
enum wfst_state_type | type () const |
void | set_type (wfst_state_type t) |
void | set_tag (int v) |
int | tag () const |
Public Attributes | |
wfst_translist | transitions |
an internal class for EST_WFST used to represent a state in a WFST
Definition at line 98 of file EST_WFST.h.
EST_WFST_State::EST_WFST_State | ( | int | name | ) |
Definition at line 74 of file EST_WFST.cc.
EST_WFST_State::EST_WFST_State | ( | const EST_WFST_State & | state | ) |
Definition at line 81 of file EST_WFST.cc.
EST_WFST_State::~EST_WFST_State | ( | ) |
Definition at line 92 of file EST_WFST.cc.
EST_WFST_Transition * EST_WFST_State::add_transition | ( | float | w, |
int | end, | ||
int | in, | ||
int | out | ||
) |
Definition at line 101 of file EST_WFST.cc.
|
inline |
Definition at line 114 of file EST_WFST.h.
|
inline |
Definition at line 115 of file EST_WFST.h.
|
inline |
Definition at line 116 of file EST_WFST.h.
|
inline |
Definition at line 117 of file EST_WFST.h.
|
inline |
Definition at line 118 of file EST_WFST.h.
|
inline |
Definition at line 119 of file EST_WFST.h.
wfst_translist EST_WFST_State::transitions |
Definition at line 104 of file EST_WFST.h.