Esempio n. 1
0
 public void SetStates(BitSet b)
 {
     this.states = b;
 }
Esempio n. 2
0
 public void SetNFABit(BitSet b)
 {
     nfa_bit = b;
 }