Uses of Class
org.chronicj.TimePoint

Packages that use TimePoint
org.chronicj Defines the interfaces for fundamental types that can be used to build temporal applications. 
org.chronicj.impl Defines default implementations of the fundamental types defined in the org.chronicj package. 
 

Uses of TimePoint in org.chronicj
 

Methods in org.chronicj that return TimePoint
 org.chronicj.TimePoint DateRange.end()
          Accessor method for the TimePoint denoting the upper end of this range.
 org.chronicj.TimePoint DateRange.start()
          Accessor method for the TimePoint denoting the lower end of this range.
 org.chronicj.TimePoint Schedule.nextOccurence(org.chronicj.Event anEvent, org.chronicj.TimePoint aTimePoint)
          Returns a TimePointindicating the next occurence of the supplied Eventon or after the given point in time.
 org.chronicj.TimePoint TimePoint.addDays(int arg)
          Create a new TimePoint using the current instance plus n days.
 org.chronicj.TimePoint TimePoint.addHours(int arg)
          Create a new TimePoint using the current instance plus n hours.
 org.chronicj.TimePoint TimePoint.addMilliSeconds(int arg)
          Create a new TimePoint using the current instance plus n milliseconds.
 org.chronicj.TimePoint TimePoint.addMinutes(int arg)
          Create a new TimePoint using the current instance plus n minutes.
 org.chronicj.TimePoint TimePoint.addMonths(int arg)
          Create a new TimePoint using the current instance plus n months.
 org.chronicj.TimePoint TimePoint.addSeconds(int arg)
          Create a new TimePoint using the current instance plus n seconds.
 org.chronicj.TimePoint TimePoint.addYears(int arg)
          Create a new TimePoint using the current instance plus n years.
 org.chronicj.TimePoint TimePoint.increment(int amount)
          Increment this TimePoint using the current internal DatePrecisionby the number of units specified.
 org.chronicj.TimePoint TimePoint.toPrecison(org.chronicj.DatePrecision precision)
          Create a new TimePoint using this TimePoint current value set to the supplied DatePrecision.
 org.chronicj.TimePoint TimePoint.minusDays(int arg)
          Create a new TimePoint using the current instance minus n days.
 

Methods in org.chronicj with parameters of type TimePoint
 boolean DateRange.includes(org.chronicj.TimePoint aDate)
          Used to check whether a given TimePoint occurs within the current range.
 boolean Schedule.isOccuring(org.chronicj.Event anEvent, org.chronicj.TimePoint aTimePoint)
          Determines if a given event occurs during a particular instant in time.
 org.chronicj.TimePoint Schedule.nextOccurence(org.chronicj.Event anEvent, org.chronicj.TimePoint aTimePoint)
          Returns a TimePointindicating the next occurence of the supplied Eventon or after the given point in time.
 boolean ScheduleElement.isOccuring(org.chronicj.Event anEvent, org.chronicj.TimePoint aTimePoint)
          Determines if a given event occurs during a particular instant in time.
 boolean TemporalExpression.includes(org.chronicj.TimePoint aTimePoint)
          Used to check whether a given date is occurs within the current range expressed by this TemporalExpression.
 boolean TimePoint.after(org.chronicj.TimePoint arg)
          Method to see whether this TimePoint instance occurs after another TimePoint instance.
 boolean TimePoint.before(org.chronicj.TimePoint arg)
          Method to see whether this TimePoint instance occurs before another TimePoint instance.
 

Constructors in org.chronicj with parameters of type TimePoint
DateRange(org.chronicj.TimePoint aStartDate, org.chronicj.TimePoint anEndDate)
          Construct a DateRange using the supplied start and end TimePoints.
DateRange(org.chronicj.TimePoint aStartDate, org.chronicj.TimePoint anEndDate)
          Construct a DateRange using the supplied start and end TimePoints.
 

Uses of TimePoint in org.chronicj.impl
 

Methods in org.chronicj.impl that return TimePoint
 org.chronicj.TimePoint DefaultSchedule.nextOccurence(org.chronicj.Event anEvent, org.chronicj.TimePoint aTimePoint)
           
 

Methods in org.chronicj.impl with parameters of type TimePoint
abstract  boolean AbstractTemporalExpression.includes(org.chronicj.TimePoint aTimePoint)
           
 boolean ArbitraryDateRangeTE.includes(org.chronicj.TimePoint arg)
           
 boolean ArbitraryTimePointTE.includes(org.chronicj.TimePoint arg)
           
 boolean DayInMonthTE.includes(org.chronicj.TimePoint aTimePoint)
          Does the value of the supplied argument match this expression? If this instance was created with DayInMonthTE.DayInMonthTE(int, int) constructor:
true = day of week matches and week of month matches, e.g.
 boolean DefaultSchedule.isOccuring(org.chronicj.Event anEvent, org.chronicj.TimePoint aTimePoint)
          Default implementation of Schedule.isOccuring(org.chronicj.Event,org.chronicj.TimePoint).
 org.chronicj.TimePoint DefaultSchedule.nextOccurence(org.chronicj.Event anEvent, org.chronicj.TimePoint aTimePoint)
           
 boolean DefaultScheduleElement.isOccuring(org.chronicj.Event anEvent, org.chronicj.TimePoint aTimePoint)
          Default implementation of ScheduleElement.isOccuring(org.chronicj.Event,org.chronicj.TimePoint) that will return true if the supplied Event takes place during the supplied TimePoint.
 boolean DifferenceTE.includes(org.chronicj.TimePoint aTimePoint)
           
 boolean IntersectionTE.includes(org.chronicj.TimePoint aTimePoint)
           
 boolean RangeEachDayTE.includes(org.chronicj.TimePoint aTimePoint)
           
 boolean RangeEachYearTE.includes(org.chronicj.TimePoint aTimePoint)
           
 boolean UnionTE.includes(org.chronicj.TimePoint aTimePoint)
           
 

Constructors in org.chronicj.impl with parameters of type TimePoint
ArbitraryTimePointTE(org.chronicj.TimePoint aTimePoint)
           
 



Copyright © 2003-2004 Digital Clash Software. All Rights Reserved.