JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.EOSscheduling
Class TakeImage

java.lang.Object
  extended bygov.nasa.javaGenes.EOSscheduling.Task
      extended bygov.nasa.javaGenes.EOSscheduling.TakeImage
All Implemented Interfaces:
java.io.Serializable

public class TakeImage
extends Task

See Also:
Serialized Form

Field Summary
protected  SensorType sensorType
           
protected  int SSRuse
           
 
Fields inherited from class gov.nasa.javaGenes.EOSscheduling.Task
accessWindows, accessWindowsArray, duration, number, priority
 
Constructor Summary
TakeImage(int duration, SensorType inSensorType)
           
TakeImage(int duration, SensorType inSensorType, int inSSRuse)
           
 
Method Summary
 int getSSRuse()
           
 
Methods inherited from class gov.nasa.javaGenes.EOSscheduling.Task
addAccessWindow, areAccessWindowsInEarliestFirstOrder, arrayCreated, getAccessWindow, getAccessWindows, getDuration, getNumber, getPriority, getReportHeader, hasAllAccessWindowsNow, isExecutable, numberOfAccessWindows, reportAccessWindowsWindowsTo, reportTo, setNumbers, setPriority
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sensorType

protected SensorType sensorType

SSRuse

protected int SSRuse
Constructor Detail

TakeImage

public TakeImage(int duration,
                 SensorType inSensorType,
                 int inSSRuse)

TakeImage

public TakeImage(int duration,
                 SensorType inSensorType)
Method Detail

getSSRuse

public int getSSRuse()

JavaGenes, NASA Ames. Written largely by Al Globus