JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.EOSscheduling.HBSS
Class AccessWindowsList

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

public class AccessWindowsList
extends RouletteWheelChooseLowWeight

See Also:
Serialized Form

Field Summary
 
Fields inherited from class gov.nasa.javaGenes.weightNetwork.RouletteWheelChooseLowWeight
mustCalculateSubtractWeightFrom, numberOfWeightsRemoved, subtractWeightFrom
 
Fields inherited from class gov.nasa.javaGenes.weightNetwork.WeightList
currentWeights, initialWeights, weightSum
 
Fields inherited from class gov.nasa.javaGenes.weightNetwork.UpdateAndPropagatable
needToUpdateAndPropagate
 
Constructor Summary
AccessWindowsList()
           
 
Methods inherited from class gov.nasa.javaGenes.weightNetwork.RouletteWheelChooseLowWeight
add, reinitialize, removeFromWeightList, spinWheel, spinWheel
 
Methods inherited from class gov.nasa.javaGenes.weightNetwork.WeightList
currentlyContains, currentSize, everContains, getCurrentWeightSumFromCalculation, getFirst, getInitialSize, getMaxCurrentWeight, getMinCurrentWeight, getWeight, getWeightSum, initializeWeightSum, isCurrentlyEmpty, more, 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

AccessWindowsList

public AccessWindowsList()

JavaGenes, NASA Ames. Written largely by Al Globus