Esempio n. 1
0
 /**
  * Clear this Context.
  *
  * @see org.apache.commons.scxml.Context#reset()
  */
 public void reset() {
   super.reset();
   getVars().put("_builtin", new Builtin());
 }