de.unikassel.android.sdcframework.app.scheduler
Class ScheduleValidator
java.lang.Object
de.unikassel.android.sdcframework.app.scheduler.ScheduleValidator
public final class ScheduleValidator
- extends Object
The class responsible for SDCF schedule validation.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScheduleValidator
public ScheduleValidator()
validate
public static final boolean validate(WeeklySchedule schedule)
- Method to validate a schedule.
- Parameters:
schedule
- the schedule to validate
- Returns:
- true if schedule is valid, false otherwise.