Uses of Class
org.gcube.accounting.common.TimeRange

Packages that use TimeRange
org.gcube.accounting.common   
 

Uses of TimeRange in org.gcube.accounting.common
 

Methods in org.gcube.accounting.common with parameters of type TimeRange
 void TimeRange.constrainTo(TimeRange otherRange)
          Force this time range to be within the given time range
 boolean TimeRange.endsWithin(TimeRange other)
          Check whether this time range ends within the given time range
 boolean TimeRange.isAfter(TimeRange range)
          Whether this range starts before 'range' ends
 boolean TimeRange.isBefore(TimeRange range)
          Whether this range ends before 'range' starts
 boolean TimeRange.isOutside(TimeRange otherRange)
          Check whether this time range enrirely falls outside the the given time range
 boolean TimeRange.isWithin(TimeRange range)
          Whether this range is entirely within 'range'
 boolean TimeRange.startsWithin(TimeRange other)
          Check whether this time range starts within the given time range
 



Copyright © 2013. All Rights Reserved.