|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Event | |
| 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 Event in org.chronicj |
| Methods in org.chronicj with parameters of type Event | |
boolean |
Schedule.isOccuring(org.chronicj.Event anEvent,
org.chronicj.TimePoint aTimePoint)
Determines if a given event occurs during a particular instant in time. |
boolean |
Schedule.isOccuring(org.chronicj.Event anEvent,
org.chronicj.DateRange aDateRange)
Determines if a given event occurs within a particular date range for this schedule. |
java.util.List |
Schedule.dates(org.chronicj.Event anEvent,
org.chronicj.DateRange during)
Returns a Listof
TimePoints on which the supplied event
occurs given the specified DateRange. |
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. |
void |
Schedule.add(org.chronicj.Event anEvent,
org.chronicj.TemporalExpression aTemporalExpression)
Adds an Eventwhose occurance is determined by the given
TemporalExpression. |
boolean |
ScheduleElement.isOccuring(org.chronicj.Event anEvent,
org.chronicj.TimePoint aTimePoint)
Determines if a given event occurs during a particular instant in time. |
boolean |
ScheduleElement.isOccuring(org.chronicj.Event anEvent,
org.chronicj.DateRange aDateRange)
Determines if a given event occurs within a particular data range. |
| Uses of Event in org.chronicj.impl |
| Methods in org.chronicj.impl with parameters of type Event | |
boolean |
DefaultSchedule.isOccuring(org.chronicj.Event anEvent,
org.chronicj.DateRange aDateRange)
Default implementation of org.chronicj.Schedule#isOccuring(org.chronicj.Event,org.chronicj.DateRangeImpl). |
boolean |
DefaultSchedule.isOccuring(org.chronicj.Event anEvent,
org.chronicj.TimePoint aTimePoint)
Default implementation of Schedule.isOccuring(org.chronicj.Event,org.chronicj.TimePoint). |
boolean |
DefaultSchedule.isScheduled(org.chronicj.Event anEvent)
|
void |
DefaultSchedule.add(org.chronicj.Event anEvent,
org.chronicj.TemporalExpression aTemporalExpression)
|
java.util.List |
DefaultSchedule.dates(org.chronicj.Event anEvent,
org.chronicj.DateRange during)
All calculations are made using DatePrecision#DATE precision. |
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 |
DefaultScheduleElement.isOccuring(org.chronicj.Event anEvent,
org.chronicj.DateRange aDateRange)
Default implementation of org.chronicj.ScheduleElement#isOccuring(org.chronicj.Event,org.chronicj.DateRangeImpl)
that will return the logical AND of calling
DefaultScheduleElement.isOccuring(org.chronicj.Event,org.chronicj.TimePoint)
for the start and end dates of the supplied DateRange. |
| Constructors in org.chronicj.impl with parameters of type Event | |
DefaultScheduleElement(org.chronicj.Event anEvent,
org.chronicj.TemporalExpression anExpression)
Create a default ScheduleElement
using the supplied Event and TemporalExpression. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||