Example #1
0
 public void addPlace(CustomedPlace fp) {
   if (ptnet.addPlace(fp)) {
     if (null == pTNetMem) return;
     else pTNetMem.addPlace(fp);
   }
 }