Exemplo n.º 1
0
 internal UnknownWordState(PhoneLoop phoneLoop) : base(phoneLoop)
 {
     this.successors    = new SearchStateArc[1];
     this.successors[0] = PhoneLoop.access_000(phoneLoop);
 }
Exemplo n.º 2
0
 internal LastBranchState(PhoneLoop phoneLoop) : base(phoneLoop)
 {
     this.successors    = new SearchStateArc[2];
     this.successors[0] = PhoneLoop.access_000(phoneLoop);
     this.successors[1] = PhoneLoop.access_500(phoneLoop)[0];
 }