JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.EOSscheduling
Class TimeInterval

java.lang.Object
  extended bygov.nasa.javaGenes.EOSscheduling.TimeInterval
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Horizon, Node

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

See Also:
Serialized Form

Constructor Summary
TimeInterval()
           
 
Method Summary
 int getDuration()
           
abstract  int getEnd()
           
abstract  int getStart()
           
 boolean includes(int time)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeInterval

public TimeInterval()
Method Detail

getStart

public abstract int getStart()

getEnd

public abstract int getEnd()

includes

public boolean includes(int time)

getDuration

public int getDuration()

JavaGenes, NASA Ames. Written largely by Al Globus