package API; public interface CpsAlgorithm { public void runAlgorithm(); }