Example #1
0
 public DFA(String dfaInputUrl) {
   initDfa(dfaInputUrl);
   calculateDepth();
 }