Searched defs:GallicArc (Results 1 – 1 of 1) sorted by relevance
108 struct GallicArc { struct114 GallicArc() {} in GallicArc() argument116 GallicArc(Label i, Label o, Weight w, StateId s) in GallicArc() function119 GallicArc(const A &arc) in GallicArc() function123 static const string &Type() { // Arc type name in Type()132 Label ilabel; // Transition input label133 Label olabel; // Transition output label134 Weight weight; // Transition weight135 StateId nextstate; // Transition destination state