JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.EOSscheduling.HBSS
Class AccessWindowWeight

java.lang.Object
  extended bygov.nasa.javaGenes.weightNetwork.UpdateAndPropagatable
      extended bygov.nasa.javaGenes.weightNetwork.Weight
          extended bygov.nasa.javaGenes.EOSscheduling.HBSS.AccessWindowWeight
All Implemented Interfaces:
java.io.Serializable

public class AccessWindowWeight
extends Weight

See Also:
Serialized Form

Field Summary
protected  AccessWindow accessWindow
           
 
Fields inherited from class gov.nasa.javaGenes.weightNetwork.Weight
next, previous, weight, weightList
 
Fields inherited from class gov.nasa.javaGenes.weightNetwork.UpdateAndPropagatable
needToUpdateAndPropagate
 
Constructor Summary
protected AccessWindowWeight()
           
  AccessWindowWeight(TaskWeight inTaskWeight, AccessWindow inAccessWindow)
          assumes the associated sensor is cross track slewable.
 
Method Summary
 AccessWindow getAccessWindow()
           
 
Methods inherited from class gov.nasa.javaGenes.weightNetwork.Weight
getNext, getPrevious, getWeight, getWeightList, reinitialize, removeFromWeightList, setNext, setPrevious, setWeight, setWeightAndPropagate, setWeightList, 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
 

Field Detail

accessWindow

protected AccessWindow accessWindow
Constructor Detail

AccessWindowWeight

protected AccessWindowWeight()

AccessWindowWeight

public AccessWindowWeight(TaskWeight inTaskWeight,
                          AccessWindow inAccessWindow)
assumes the associated sensor is cross track slewable. The off nadir pointing is used for the weight

Method Detail

getAccessWindow

public AccessWindow getAccessWindow()

JavaGenes, NASA Ames. Written largely by Al Globus