|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.iris.Fissures.TimeRange
public final class TimeRange
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.
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 |
---|
public Time start_time
public Time end_time
Constructor Detail |
---|
public TimeRange()
public TimeRange(Time start_time, Time end_time)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |