public void start() { try { algorithm.start(); } catch (Exception e) { e.printStackTrace(); LOG.error(e); } }
public void reset() { algorithm.stop(); }
public void stop() { algorithm.stop(); }