JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.EOSscheduling
Class SlewMotorNone

java.lang.Object
  extended bygov.nasa.javaGenes.EOSscheduling.Slewable
      extended bygov.nasa.javaGenes.EOSscheduling.SlewMotor
          extended bygov.nasa.javaGenes.EOSscheduling.SlewMotorNone
All Implemented Interfaces:
java.io.Serializable

public class SlewMotorNone
extends SlewMotor

See Also:
Serialized Form

Field Summary
 
Fields inherited from class gov.nasa.javaGenes.EOSscheduling.SlewMotor
maximum, maximumSlew, minimum, minimumSlew, rate, sensors, slop
 
Fields inherited from class gov.nasa.javaGenes.EOSscheduling.Slewable
slewTimeline
 
Constructor Summary
SlewMotorNone()
           
 
Method Summary
 double getMaxAbsoluteSlew()
           
 boolean isWithinLimits(SlewRequirement s)
           
 int slewTime(SlewRequirement from, SlewRequirement to)
           
 
Methods inherited from class gov.nasa.javaGenes.EOSscheduling.SlewMotor
addSensor, equivalent, getMaxSlewTimeFrom, getSensors, setSlop
 
Methods inherited from class gov.nasa.javaGenes.EOSscheduling.Slewable
getSlewTimeline, getTotalSlewTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SlewMotorNone

public SlewMotorNone()
Method Detail

slewTime

public int slewTime(SlewRequirement from,
                    SlewRequirement to)
Overrides:
slewTime in class SlewMotor

isWithinLimits

public boolean isWithinLimits(SlewRequirement s)
Overrides:
isWithinLimits in class SlewMotor

getMaxAbsoluteSlew

public double getMaxAbsoluteSlew()
Overrides:
getMaxAbsoluteSlew in class SlewMotor

JavaGenes, NASA Ames. Written largely by Al Globus