Julius 4.2
変数
構造体 DFA_ARC

Transition arc of DFA. [詳細]

#include <dfa.h>

変数

short label
 Input(=category ID) corresponding to this arc.
int to_state
 Next state to move.
struct _dfa_arc * next
 Pointer to the next arc in the same state, NULL if last.

説明

Transition arc of DFA.

dfa.h55 行で定義されています。


この構造体の説明は次のファイルから生成されました: