|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.scubatoolkit.TimeInterval
Description of the Class
Field Summary | |
(package private) int |
lowerLimit
|
(package private) int |
upperLimit
|
Constructor Summary | |
(package private) |
TimeInterval()
Constructor for the TimeInterval object |
(package private) |
TimeInterval(int ll,
int ul)
Constructor for the TimeInterval object |
Method Summary | |
(package private) int |
getLLimit()
Gets the lLimit attribute of the TimeInterval object |
(package private) int |
getULimit()
Gets the uLimit attribute of the TimeInterval object |
(package private) boolean |
inInterval(int time)
Description of the Method |
(package private) void |
setLimits(int ll,
int ul)
Sets the limits attribute of the TimeInterval object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
int lowerLimit
int upperLimit
Constructor Detail |
TimeInterval()
TimeInterval(int ll, int ul)
ll
- Description of the Parameterul
- Description of the ParameterMethod Detail |
void setLimits(int ll, int ul)
ll
- The new limits valueul
- The new limits valueint getULimit()
int getLLimit()
boolean inInterval(int time)
time
- Description of the Parameter
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |