Evolvica Core API Version 0.6.2
Last Modified: June 29 2004

org.evolvica.core.common
Interface IRouter


public interface IRouter

Interface for operators that "route" individuals to other operators. A router takes a set of individuals as an input and sends this set to some other operator depending on an internal condition.

Since:
0.4.0
Version:
$Revision: 1.5 $ $Date: 2004/05/26 11:57:59 $
Author:
Andreas Rummler

Method Summary
 int route(IIndividualSet iset)
          Performs the routing operation.
 

Method Detail

route

public int route(IIndividualSet iset)
Performs the routing operation.

Parameters:
iset - set of individuals
Returns:
number of the "output connection" to which the set is sent

Evolvica Core API Version 0.6.2
Last Modified: June 29 2004

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