an internal class for EST_WFST for representing transitions in an WFST
More...
#include <include/EST_WFST.h>
an internal class for EST_WFST for representing transitions in an WFST
Definition at line 61 of file EST_WFST.h.
EST_WFST_Transition::EST_WFST_Transition |
( |
| ) |
|
EST_WFST_Transition::EST_WFST_Transition |
( |
float |
w, |
|
|
int |
s, |
|
|
int |
i, |
|
|
int |
o |
|
) |
| |
|
inline |
EST_WFST_Transition::~EST_WFST_Transition |
( |
| ) |
|
|
inline |
float EST_WFST_Transition::weight |
( |
| ) |
const |
|
inline |
int EST_WFST_Transition::state |
( |
| ) |
const |
|
inline |
int EST_WFST_Transition::in_symbol |
( |
| ) |
const |
|
inline |
int EST_WFST_Transition::out_symbol |
( |
| ) |
const |
|
inline |
void EST_WFST_Transition::set_weight |
( |
float |
f | ) |
|
|
inline |
void EST_WFST_Transition::set_state |
( |
int |
s | ) |
|
|
inline |
The documentation for this class was generated from the following file: