|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.isti.util.IstiTimeRange
public class IstiTimeRange
Title:
Description:
Copyright: Copyright (c) 1999
Company: ISTI
Constructor Summary | |
---|---|
IstiTimeRange()
|
|
IstiTimeRange(IstiEpoch startTime,
IstiEpoch endTime)
|
Method Summary | |
---|---|
long |
getDuration()
return number of milliseconds between start and end |
IstiEpoch |
getEnd()
|
IstiEpoch |
getStart()
|
static void |
main(java.lang.String[] args)
|
void |
setEnd(IstiEpoch end)
|
void |
setStart(IstiEpoch start)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IstiTimeRange()
public IstiTimeRange(IstiEpoch startTime, IstiEpoch endTime)
Method Detail |
---|
public long getDuration()
public static void main(java.lang.String[] args)
public IstiEpoch getEnd()
public IstiEpoch getStart()
public void setStart(IstiEpoch start)
public void setEnd(IstiEpoch end)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |