Interface Scheduleable

All Known Implementing Classes:
Period, PeriodGroup, PeriodGroupReference

public interface Scheduleable
The Scheduleable interface is implemented by a scheduleable object to check if the scheduleable object is in-schedule.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Check to see if this object is in schedule based on the specified GregorianCalendar.
  • Method Details

    • inSchedule

      boolean inSchedule(GregorianCalendar gc)
      Check to see if this object is in schedule based on the specified GregorianCalendar.
      Parameters:
      gc - GregorianCalendar for checking if this Scheduleable object is in schedule.
      Returns:
      true if this Scheduleable object is in schedule.