Searched defs:GallicArc (Results 1 – 1 of 1) sorted by relevance
107 struct GallicArc { struct113 GallicArc() {} in GallicArc() argument115 GallicArc(Label i, Label o, Weight w, StateId s) in GallicArc() argument118 GallicArc(const A &arc) in GallicArc() argument122 static const string &Type() { // Arc type name in Type()131 Label ilabel; // Transition input label132 Label olabel; // Transition output label133 Weight weight; // Transition weight134 StateId nextstate; // Transition destination state