Esempio n. 1
0
 public FiniteAlphabet transitionsTo(State to) throws IllegalSymbolException {
   return delegate.transitionsTo(to);
 }