Example #1
0
 /**
  * @param count : percent node number of the kernel
  * @return new kernel content
  */
 public String update(int count) {
   // System.out.println("[Kernel Model update]"+count);
   return kernelOperation.update(count);
 }