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
106 struct GallicArc { struct112 GallicArc() {} in GallicArc() function114 GallicArc(Label i, Label o, Weight w, StateId s) in GallicArc() function117 GallicArc(const A &arc) in GallicArc() argument121 static const string &Type() { // Arc type name in Type()130 Label ilabel; // Transition input label131 Label olabel; // Transition output label132 Weight weight; // Transition weight133 StateId nextstate; // Transition destination state