Interface InteractiveAlgorithm<S,R>

All Superinterfaces:
Algorithm<R>, Runnable, Serializable

public interface InteractiveAlgorithm<S,R> extends Algorithm<R>