Package org.chronicj.impl

Defines default implementations of the fundamental types defined in the org.chronicj package.

See:
          Description

Class Summary
AbstractTemporalExpression Abstract base class for TemporalExpression implementations.
ArbitraryDateRangeTE Implements support for matching arbitrary dates using a DateRange supplied to the constructor.
ArbitraryTimePointTE Implements support for matching arbitrary dates using a TimePoint supplied to the constructor.
DateExpression Constants used for facilitating construction of ChronicJ date expressions.
DateUtil Silly helper class for date formatting and other random utilities that don't squarely belong in other classes.
DayInMonthTE Implements support for temporal expressions of the form: "last Friday of the month" or "first Tuesday of the month".
DefaultSchedule Default implementation of a Schedule.
DefaultScheduleElement Default implementation of a ScheduleElement that can be used to compose a Schedule.
DifferenceTE TemporalExpression that provides the difference of two composing expressions; for use in a set expression.
IntersectionTE Composite TemporalExpression that provides an intersection of the composing expressions for use in a set expression.
RangeEachDayTE Implements support for temporal expressions that describe a recurring span of time each day or across multiple days.
RangeEachYearTE Implements support for temporal expressions that describe a recurring range of the year.
UnionTE Composite TemporalExpression that provides a union of the composing expressions for use in a set expression.
 

Package org.chronicj.impl Description

Defines default implementations of the fundamental types defined in the org.chronicj package.

See Also:
org.chronicj for documentation


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