Esempio n. 1
0
 protected void addAState(State ourState) throws IllegalSymbolException {
   try {
     delegate.addState(ourState);
   } catch (ChangeVetoException cve) {
     throw new BioError("This model should be ours with no listeners", cve);
   }
 }