org.scubatoolkit
Class TimeInterval

java.lang.Object
  |
  +--org.scubatoolkit.TimeInterval

public class TimeInterval
extends java.lang.Object

Description of the Class

Version:
Author:

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

lowerLimit

int lowerLimit

upperLimit

int upperLimit
Constructor Detail

TimeInterval

TimeInterval()
Constructor for the TimeInterval object


TimeInterval

TimeInterval(int ll,
             int ul)
Constructor for the TimeInterval object

Parameters:
ll - Description of the Parameter
ul - Description of the Parameter
Method Detail

setLimits

void setLimits(int ll,
               int ul)
Sets the limits attribute of the TimeInterval object

Parameters:
ll - The new limits value
ul - The new limits value

getULimit

int getULimit()
Gets the uLimit attribute of the TimeInterval object

Returns:
The uLimit value

getLLimit

int getLLimit()
Gets the lLimit attribute of the TimeInterval object

Returns:
The lLimit value

inInterval

boolean inInterval(int time)
Description of the Method

Parameters:
time - Description of the Parameter
Returns:
Description of the Return Value


Copyright © 2002 The Scuba Toolkit Team. All Rights Reserved.