JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.EOSscheduling
Class SlewRequirement

java.lang.Object
  extended bygov.nasa.javaGenes.EOSscheduling.SlewRequirement
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CrossTrackSlew, SlewNone

public abstract class SlewRequirement
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
SlewRequirement()
           
 
Method Summary
 double getParameter(int index)
           
 double[] getParameters()
           
 int numberOfParameters()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SlewRequirement

public SlewRequirement()
Method Detail

numberOfParameters

public int numberOfParameters()

getParameter

public double getParameter(int index)

getParameters

public double[] getParameters()

JavaGenes, NASA Ames. Written largely by Al Globus