neosim.iface
Interface EntityInit


public interface EntityInit
extends java.io.Serializable


Method Summary
 void init(Entity e, Population p, int index)
          Initialise an entity to be a member index of population p
 

Method Detail

init

public void init(Entity e,
                 Population p,
                 int index)
Initialise an entity to be a member index of population p
Parameters:
e - the entity to initialise
p - the population the entity will be part of
index - the index in the population