Operator
Interface Creator

All Known Implementing Classes:
Initialiser, RampedHalfAndHalfInitialiser

public interface Creator

Interface for modules that can create a population. Initialisers should Implement this class.


Method Summary
 Population getPopulation()
          Returns a reference to the population
 void init()
          Initialise the module;
 void setSize(int i)
          Sets the size of the desired population
 

Method Detail

getPopulation

Population getPopulation()
Returns a reference to the population

Returns:
population

setSize

void setSize(int i)
Sets the size of the desired population

Parameters:
i - size of population

init

void init()
Initialise the module;