physis.core.event
Class InteractionEvent

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

public class InteractionEvent
extends BiologicalEvent

When the virtual machine reads data from its environment, or writes data out this event is generated.


Fields inherited from class physis.core.event.BiologicalEvent
organism
 
Constructor Summary
InteractionEvent(DigitalOrganism digorg)
           
 
Method Summary
 Metabolism getMetabolism()
          The IObuffer of the organism-environment interaction.
 PerformedTasksRegister getPerformedTasks()
          The table registering the performed tasks.
 
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
 

Constructor Detail

InteractionEvent

public InteractionEvent(DigitalOrganism digorg)
Method Detail

getMetabolism

public Metabolism getMetabolism()
The IObuffer of the organism-environment interaction.

getPerformedTasks

public PerformedTasksRegister getPerformedTasks()
The table registering the performed tasks.