edu.iris.Fissures
Class TimeRange

java.lang.Object
  extended by edu.iris.Fissures.TimeRange
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class TimeRange
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

Represents a range of time, ie from 11:45:04.000 July 4, 1776 to 21:28:38.000 August 8, 2000. This differs from a TimeInterval, which records for example an interval of 53 seconds, but not which 53 seconds.

See Also:
Serialized Form

Field Summary
 Time end_time
           
 Time start_time
           
 
Constructor Summary
TimeRange()
           
TimeRange(Time start_time, Time end_time)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

start_time

public Time start_time

end_time

public Time end_time
Constructor Detail

TimeRange

public TimeRange()

TimeRange

public TimeRange(Time start_time,
                 Time end_time)