Package org.jwaf.schedule

Interface Summary
SchedulableEvent This interface defines an event that can be assigned to a schedule.
SchedulableResource This interface defines a resource that can be assigned to a schedule.
 

Class Summary
Resources This is a collection of resources that can be assigned to a schedule.
Schedule This is the schedule object that represents a schedule with an event and resources
ScheduleResourceObserver This class applies the Observer pattern, it observes schedule changes and resource to handle notifications.
ScheduleUserAdapter This is an Adapter for making a generic user object a schedulable resource
WorkDateTime This is an extension of the Date object that work with business days (excluding holidays).
WorkDateTimeUtilityImpl This class has utilities for the WorkDateTime class