neosim.iface
Interface PopulationBuilder

All Known Implementing Classes:
PopulationBuilderImpl

public interface PopulationBuilder
extends Population

A population builder builds a number of entities of a given class and initialises each one according to its index in the population.


Method Summary
 EntityClass getEntityClass()
          Return the entity class of the population
 EntityInit getEntityInit()
          Return the entity initialisation method
 
Methods inherited from interface neosim.iface.Population
addMember, getEntityID, getID, getIndex, getMemberList, getNumEnts, isMember
 
Methods inherited from interface neosim.iface.PopulationNode
getName, getParent, isLeaf
 

Method Detail

getEntityInit

public EntityInit getEntityInit()
Return the entity initialisation method

getEntityClass

public EntityClass getEntityClass()
Return the entity class of the population