djfractal
Class IndexedScheduler

java.lang.Object
  extended bydjfractal.AbstractScheduler
      extended bydjfractal.IndexedScheduler
All Implemented Interfaces:
Scheduler
Direct Known Subclasses:
CircularScheduler, RandomScheduler, SmartScheduler

public abstract class IndexedScheduler
extends AbstractScheduler


Field Summary
protected  java.util.ArrayList fcs
           
protected  int size
           
 
Fields inherited from class djfractal.AbstractScheduler
engineStatsFrames
 
Constructor Summary
IndexedScheduler(EngineStatsFrames engineStatsFrames)
           
 
Method Summary
 void prepareComputation(java.util.Collection fcs)
          Prepare the computation.
 java.lang.String toString()
           
 
Methods inherited from class djfractal.AbstractScheduler
_nextFC, initFCS, nextFC
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

fcs

protected java.util.ArrayList fcs

size

protected int size
Constructor Detail

IndexedScheduler

public IndexedScheduler(EngineStatsFrames engineStatsFrames)
Method Detail

prepareComputation

public void prepareComputation(java.util.Collection fcs)
Description copied from interface: Scheduler

Prepare the computation.

Sets the FractalComputer collection.

Specified by:
prepareComputation in interface Scheduler
Overrides:
prepareComputation in class AbstractScheduler

toString

public java.lang.String toString()
Overrides:
toString in class AbstractScheduler


DJFractal help mailing list