package scheduler.ViewSchedule;

import scheduler.Database.*;
import scheduler.InstructorDB.*;
import scheduler.CourseDB.*;
import scheduler.LocationDB.*;
import scheduler.Conflict.*;
import scheduler.ScheduleQuality.*;
import scheduler.Generate.*;

import java.util.Collection;

/**
 *
 * The available location * 
 * @author 
 * @version 
 *
 **/

public class LocationAvailability {

     /** Default Constructor **/
     public LocationAvailability() {

     }

     protected Collection<Location> data;

}