Deprecated List
Global gfsm_arc_sortmode_to_name (gfsmArcCompMask m)
in favor of gfsm_acmask_nth_string(), gfsm_acmask_to_gstring(), gfsm_acmask_to_chars()
Global gfsm_arciter_open_ptr (gfsmArcIter *aip, gfsmAutomaton *fsm, gfsmState *stateptr)
prefer gfsm_arciter_open()
Global gfsm_arclist_arc (al)
in favor of gfsmArcIter interface
Global gfsm_arclist_insert (gfsmArcList *al, gfsmStateId src, gfsmStateId dst, gfsmLabelVal lo, gfsmLabelVal hi, gfsmWeight wt, gfsmArcCompData *acdata)
in favor of gfsm_automaton_add_arc(), gfsm_arciter_insert()
Global gfsm_arclist_insert_node (gfsmArcList *al, gfsmArcList *nod, gfsmArcCompData *acdata)
in favor of gfsm_automaton_add_arc(), gfsm_arciter_insert()
Global gfsm_arclist_prepend_node (gfsmArcList *al, gfsmArcList *nod)
in favor of gfsm_automaton_add_arc(), gfsm_arciter_insert()
Global gfsm_automaton_add_arc_node (gfsmAutomaton *fsm, gfsmState *sp, gfsmArcList *node)
prefer gfsm_automaton_add_arc()
Global gfsm_automaton_open_state (gfsmAutomaton *fsm, gfsmStateId qid)
prefer gfsm_automaton_has_state(), gfsm_automaton_state_is_final(), gfsm_arciter_open() etc.
Global gfsm_automaton_open_state_force (gfsmAutomaton *fsm, gfsmStateId qid)
prefer gfsm_automaton_has_state(), gfsm_automaton_state_is_final(), gfsm_arciter_open() etc.
Global gfsm_automaton_renumber_states (gfsmAutomaton *fsm)
prefer gfsm_statesort_aff()
Global gfsm_automaton_renumber_states_full (gfsmAutomaton *fsm, GArray *old2new, gfsmStateId n_new_states)
prefer gfsm_statemap_apply()
Global gfsm_automaton_reserve (fsm, n_states)
in favor of gfsm_automaton_reserve_states()
File gfsmArcList.h
in favor of gfsm_automaton_add_arc() and gfsmArcIter interface