|
SPRAAK
|
Collaboration diagram for SprFSTArcInfo:Data Fields | |
| int | isymb |
| float | cost |
| cost of the transition (default == 0.0) More... | |
| int | osymb |
| the output symbol (defailt == FST_SYMB_EPS) More... | |
| const SprFSTCArc * | dst |
| destination of the arc More... | |
store all info concerning an arc (except for the state info, and arc pointer)
| int SprFSTArcInfo::isymb |
the input symbol (special values: FST_SYMB_EPS, FST_SYMB_FINAL)
| float SprFSTArcInfo::cost |
cost of the transition (default == 0.0)
| int SprFSTArcInfo::osymb |
the output symbol (defailt == FST_SYMB_EPS)
| const SprFSTCArc* SprFSTArcInfo::dst |
destination of the arc
1.8.6