Esempio n. 1
0
 public void start() {
   try {
     algorithm.start();
   } catch (Exception e) {
     e.printStackTrace();
     LOG.error(e);
   }
 }
Esempio n. 2
0
 public void reset() {
   algorithm.stop();
 }
Esempio n. 3
0
 public void stop() {
   algorithm.stop();
 }