|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Encapsulates the information and behaviour for specific Events in the context of a Schedule.
This class is based directly on patterns described in a paper by Martin Fowler which can be found here.
| Method Summary | |
boolean |
isOccuring(org.chronicj.Event anEvent,
org.chronicj.DateRange aDateRange)
Determines if a given event occurs within a particular data range. |
boolean |
isOccuring(org.chronicj.Event anEvent,
org.chronicj.TimePoint aTimePoint)
Determines if a given event occurs during a particular instant in time. |
| Method Detail |
public boolean isOccuring(org.chronicj.Event anEvent,
org.chronicj.TimePoint aTimePoint)
anEvent - the EventaTimePoint - the moment in time
public boolean isOccuring(org.chronicj.Event anEvent,
org.chronicj.DateRange aDateRange)
anEvent - the Event whose schedule is being queriedaDateRange - the time period in which to check
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||