Edinburgh Speech Tools  2.1-release
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | List of all members
EST_WFST_Transition Class Reference

an internal class for EST_WFST for representing transitions in an WFST More...

#include <include/EST_WFST.h>

Public Member Functions

 EST_WFST_Transition (const EST_WFST_Transition &t)
 
 EST_WFST_Transition (float w, int s, int i, int o)
 
float weight () const
 
int state () const
 
int in_symbol () const
 
int out_symbol () const
 
void set_weight (float f)
 
void set_state (int s)
 

Detailed Description

an internal class for EST_WFST for representing transitions in an WFST

Definition at line 61 of file EST_WFST.h.


The documentation for this class was generated from the following file: