physis.core.triggers
Class DataExtractTrigger

java.lang.Object
  |
  +--physis.core.triggers.TriggerImpl
        |
        +--physis.core.triggers.DataExtractTrigger
All Implemented Interfaces:
Trigger
Direct Known Subclasses:
GeneticSnapshotTrigger, OrganismExtractTrigger

public class DataExtractTrigger
extends TriggerImpl

Subclasses can extract some specific information about the population.


Field Summary
protected  Population population
          Extraact-triggers should access the population, that's why they have the reference.
 
Fields inherited from class physis.core.triggers.TriggerImpl
end, is_periodical, next, start, step
 
Constructor Summary
DataExtractTrigger()
           
 
Methods inherited from class physis.core.triggers.TriggerImpl
adjustPeriodicalSchedule, execute, initialize, setParameters, shouldBeExecuted, shouldBeRemoved
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

population

protected Population population
Extraact-triggers should access the population, that's why they have the reference.
Constructor Detail

DataExtractTrigger

public DataExtractTrigger()