JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.EOSscheduling
Class runEOSscheduling

java.lang.Object
  extended bygov.nasa.javaGenes.core.AbstractCheckpointable
      extended bygov.nasa.javaGenes.core.Run
          extended bygov.nasa.javaGenes.EOSscheduling.runEOSscheduling
All Implemented Interfaces:
gov.nasa.javaGenes.core.Checkpointable, java.io.Serializable

public class runEOSscheduling
extends Run

See Also:
Serialized Form

Field Summary
 
Fields inherited from class gov.nasa.javaGenes.core.Run
checkpointTimer, checkpointTimesFile, foundPerfection, generation, generationTimer, parameters, population, reporter
 
Fields inherited from class gov.nasa.javaGenes.core.AbstractCheckpointable
checkpointer
 
Constructor Summary
runEOSscheduling()
           
 
Method Summary
 EOSschedulingParameters getEOSschedulingParameters(java.lang.String[] arguments)
           
protected  void startSpecialized(java.lang.String[] arguments)
          used to do the special processing necessary at startup by subclasses
 
Methods inherited from class gov.nasa.javaGenes.core.Run
afterCheckpoint, afterNextGeneration, atEnd, beforeCheckpoint, beforeNextGeneration, checkpoint, getParameters, report, restart, run, shouldStop, start
 
Methods inherited from class gov.nasa.javaGenes.core.AbstractCheckpointable
setCheckpointer, stateSave
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

runEOSscheduling

public runEOSscheduling()
Method Detail

startSpecialized

protected void startSpecialized(java.lang.String[] arguments)
Description copied from class: Run
used to do the special processing necessary at startup by subclasses

Specified by:
startSpecialized in class Run

getEOSschedulingParameters

public EOSschedulingParameters getEOSschedulingParameters(java.lang.String[] arguments)

JavaGenes, NASA Ames. Written largely by Al Globus