JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.EOSscheduling.HBSS
Class TaskList

java.lang.Object
  extended bygov.nasa.javaGenes.weightNetwork.UpdateAndPropagatable
      extended bygov.nasa.javaGenes.weightNetwork.WeightList
          extended bygov.nasa.javaGenes.weightNetwork.RouletteWheel
              extended bygov.nasa.javaGenes.EOSscheduling.HBSS.TaskList
All Implemented Interfaces:
java.io.Serializable

public class TaskList
extends RouletteWheel

See Also:
Serialized Form

Field Summary
 
Fields inherited from class gov.nasa.javaGenes.weightNetwork.WeightList
currentWeights, initialWeights, weightSum
 
Fields inherited from class gov.nasa.javaGenes.weightNetwork.UpdateAndPropagatable
needToUpdateAndPropagate
 
Constructor Summary
protected TaskList()
           
  TaskList(EOSModel model, float priorityWeight, float numberOfAccessWindowsWeight, float SSRweight)
           
 
Method Summary
 void assertCorrect()
          does nothing.
 
Methods inherited from class gov.nasa.javaGenes.weightNetwork.RouletteWheel
spinWheel, spinWheel
 
Methods inherited from class gov.nasa.javaGenes.weightNetwork.WeightList
add, currentlyContains, currentSize, everContains, getCurrentWeightSumFromCalculation, getFirst, getInitialSize, getMaxCurrentWeight, getMinCurrentWeight, getWeight, getWeightSum, initializeWeightSum, isCurrentlyEmpty, more, reinitialize, removeFromWeightList, setFirst, weightChanged
 
Methods inherited from class gov.nasa.javaGenes.weightNetwork.UpdateAndPropagatable
mustToUpdateAndPropagate, startUpdateAndPropagate, updateAndPropagate, updateAndPropagateDone
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskList

protected TaskList()

TaskList

public TaskList(EOSModel model,
                float priorityWeight,
                float numberOfAccessWindowsWeight,
                float SSRweight)
Method Detail

assertCorrect

public void assertCorrect()
does nothing. Used by subclass


JavaGenes, NASA Ames. Written largely by Al Globus