Evolvica Core API Version 0.6.2
Last Modified: June 29 2004

org.evolvica.engine
Interface IRunner

All Superinterfaces:
java.lang.Runnable
All Known Subinterfaces:
IAlgorithmRunner
All Known Implementing Classes:
DefaultAlgorithmRunner

public interface IRunner
extends java.lang.Runnable

Interface for an algorithm runner.

Since:
0.5.1
Version:
$Revision: 1.4 $ $Date: 2004/05/26 11:58:25 $
Author:
Andreas Rummler

Method Summary
 void resume()
          Resumes a stopped algorithm.
 void start(IAlgorithm algorithm)
          Executes the given algorithm
 void stop()
          Stops the currently running algorithm.
 
Methods inherited from interface java.lang.Runnable
run
 

Method Detail

start

public void start(IAlgorithm algorithm)
Executes the given algorithm

Parameters:
algorithm - algorithm to be executed

stop

public void stop()
Stops the currently running algorithm.


resume

public void resume()
Resumes a stopped algorithm.


Evolvica Core API Version 0.6.2
Last Modified: June 29 2004

Copyright © 2000-2004 Technical University of Ilmenau, Department Electronic Circuits and Systems