djfractal
Class SmartScheduler

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

public class SmartScheduler
extends IndexedScheduler

Describe class SmartScheduler here.

Version:
1.0
Author:
Pascal Grange

Field Summary
protected  int MAX
           
static java.lang.String MAX_PROPERTY
           
 
Fields inherited from class djfractal.IndexedScheduler
fcs, size
 
Fields inherited from class djfractal.AbstractScheduler
engineStatsFrames
 
Constructor Summary
SmartScheduler(EngineStatsFrames engineStatsFrames)
           
 
Method Summary
protected  jaya.djfractal.FractalComputer _nextFC(FractalData fd)
           
protected  mandala.rami.Callback createCallback(int i)
           
protected  int nextFCIndex(FractalData fd)
           
 void prepareComputation(java.util.Collection fcs)
          Prepare the computation.
 java.lang.String toString()
           
 
Methods inherited from class djfractal.AbstractScheduler
initFCS, nextFC
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

MAX_PROPERTY

public static final java.lang.String MAX_PROPERTY
See Also:
Constant Field Values

MAX

protected int MAX
Constructor Detail

SmartScheduler

public SmartScheduler(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 IndexedScheduler

nextFCIndex

protected int nextFCIndex(FractalData fd)

_nextFC

protected jaya.djfractal.FractalComputer _nextFC(FractalData fd)
Specified by:
_nextFC in class AbstractScheduler

createCallback

protected mandala.rami.Callback createCallback(int i)

toString

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


DJFractal help mailing list