JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.EOSscheduling
Class EarliestFromRandomWindowPlacer

java.lang.Object
  extended bygov.nasa.javaGenes.EOSscheduling.Placer
      extended bygov.nasa.javaGenes.EOSscheduling.EarliestFirstPlacer
          extended bygov.nasa.javaGenes.EOSscheduling.EarliestFromRandomWindowPlacer
All Implemented Interfaces:
java.io.Serializable

public class EarliestFromRandomWindowPlacer
extends EarliestFirstPlacer

See Also:
Serialized Form

Field Summary
 
Fields inherited from class gov.nasa.javaGenes.EOSscheduling.EarliestFirstPlacer
AvailableIndex, numberOfTimelines, placementData, schedulingData, SlewIndex, SSRindex, timelines
 
Fields inherited from class gov.nasa.javaGenes.EOSscheduling.Placer
NOT_SCHEDULED
 
Constructor Summary
EarliestFromRandomWindowPlacer()
           
 
Method Summary
protected  int getFirstWindow(TaskPlacementData placementData, int numberOfWindows)
           
 java.lang.String toString()
           
 
Methods inherited from class gov.nasa.javaGenes.EOSscheduling.EarliestFirstPlacer
placeInTimelines
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EarliestFromRandomWindowPlacer

public EarliestFromRandomWindowPlacer()
Method Detail

getFirstWindow

protected int getFirstWindow(TaskPlacementData placementData,
                             int numberOfWindows)
Overrides:
getFirstWindow in class EarliestFirstPlacer

toString

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

JavaGenes, NASA Ames. Written largely by Al Globus