physis.core.event
Class BiologicalEvent

java.lang.Object
  |
  +--physis.core.event.BiologicalEvent
Direct Known Subclasses:
InteractionEvent, ProliferationEvent

public abstract class BiologicalEvent
extends java.lang.Object

We call some events occuring in this artificial system biological because their role is similar.


Field Summary
protected  DigitalOrganism organism
          This is the source of the event.
 
Constructor Summary
BiologicalEvent()
           
 
Method Summary
 DigitalOrganism getOrganism()
          Returns the actor organism of the event.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

organism

protected DigitalOrganism organism
This is the source of the event. The organism whichs generates the event.
Constructor Detail

BiologicalEvent

public BiologicalEvent()
Method Detail

getOrganism

public DigitalOrganism getOrganism()
Returns the actor organism of the event.