Searched defs:GallicArc (Results 1 – 2 of 2) sorted by relevance
108 struct GallicArc { struct114 GallicArc() {} in GallicArc() argument116 GallicArc(Label i, Label o, Weight w, StateId s) in GallicArc() argument119 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
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() function122 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