physis.core.event
Class ProliferationEvent

java.lang.Object
  |
  +--physis.core.event.BiologicalEvent
        |
        +--physis.core.event.ProliferationEvent

public class ProliferationEvent
extends BiologicalEvent

When an organism divides this event is generated.


Field Summary
private  GeneticCodeTape newSeed
          The new codetape.
 
Fields inherited from class physis.core.event.BiologicalEvent
organism
 
Constructor Summary
ProliferationEvent(GeneticCodeTape newseed, DigitalOrganism digorg)
           
 
Method Summary
 GeneticCodeTape getNewSeed()
          The genetic information of the newborn child on a codetape.
 
Methods inherited from class physis.core.event.BiologicalEvent
getOrganism
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

newSeed

private GeneticCodeTape newSeed
The new codetape.
Constructor Detail

ProliferationEvent

public ProliferationEvent(GeneticCodeTape newseed,
                          DigitalOrganism digorg)
Method Detail

getNewSeed

public GeneticCodeTape getNewSeed()
The genetic information of the newborn child on a codetape.