Uses of Class
com.rbnb.api.TimeRange

Packages that use TimeRange
com.rbnb.api Provides the unsupported full application programming interface (API) and the DataTurbine server for the RBNB system. 
 

Uses of TimeRange in com.rbnb.api
 

Fields in com.rbnb.api declared as TimeRange
static TimeRange TimeRange.SERVER_TOD
          server time of day.
 

Methods in com.rbnb.api that return TimeRange
 TimeRange Rmap.getFrange()
          Gets the frame index TimeRange of this Rmap.
 TimeRange Rmap.getTrange()
          Gets the TimeRange of this Rmap.
 

Methods in com.rbnb.api with parameters of type TimeRange
 int TimeRange.compareTo(TimeRange otherI)
          Compares this TimeRange to the input one.
 boolean TimeRange.extend(int myPointsI, TimeRange otherI, int oPointsI)
          Extends the range of this TimeRange by adding the input TimeRange to the end.
 void Rmap.setFrange(TimeRange frangeI)
          Sets the frame index TimeRange of this Rmap.
 void Rmap.setTrange(TimeRange trangeI)
          Sets the TimeRange of this Rmap.
 

Constructors in com.rbnb.api with parameters of type TimeRange
DataRequest(String nameI, TimeRange trangeI, TimeRange frangeI)
          Class constructor to build a DataRequest from the specified values.
DataRequest(String nameI, TimeRange trangeI, TimeRange frangeI, byte referenceI, byte relationshipI, byte domainI, long repetitionsI, double incrementI, boolean synchronizedI, byte modeI, boolean gapControlI)
          Class constructor to build a DataRequest from the specified values.
DataRequest(String nameI, TimeRange trangeI, TimeRange frangeI, byte referenceI, byte domainI, long repetitionsI, double incrementI, boolean synchronizedI, byte modeI)
          Class constructor to build a DataRequest from the specified values.
DataRequest(String nameI, TimeRange trangeI, TimeRange frangeI, byte referenceI, byte domainI, long repetitionsI, double incrementI, boolean synchronizedI, byte modeI, boolean gapControlI)
          Class constructor to build a DataRequest from the specified values.
Rmap(String nameI, DataBlock dblockI, TimeRange trangeI)
          Class constructor to build an Rmap from a name, data block, and TimeRange.