メインページ
|
モジュール
|
データ構造
|
Directories
|
ファイル一覧
|
データフィールド
|
グローバル
|
関連ページ
構造体 _dfa_arc
Transition arc of DFA.
[詳細]
#include <
dfa.h
>
_dfa_arcのコラボレーション図
[
凡例
]
変数
short
label
Input(=category ID) corresponding to this arc.
int
to_state
Next state to move.
_dfa_arc
*
next
Pointer to the next arc in the same state, NULL if last.
説明
Transition arc of DFA.
dfa.h
の
52
行で定義されています。
この構造体の説明は次のファイルから生成されました:
libsent/include/sent/
dfa.h
Juliusに対してTue Mar 28 16:07:11 2006に生成されました。
1.4.2