de.unikassel.android.sdcframework.app.scheduler
Class ScheduleValidator

Package class diagram package ScheduleValidator
java.lang.Object
  extended by de.unikassel.android.sdcframework.app.scheduler.ScheduleValidator

public final class ScheduleValidator
extends Object

The class responsible for SDCF schedule validation.


Constructor Summary
ScheduleValidator()
           
 
Method Summary
static boolean validate(WeeklySchedule schedule)
          Method to validate a schedule.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScheduleValidator

public ScheduleValidator()
Method Detail

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.