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