Packages

o

apps.database

ClassSchedule

object ClassSchedule extends App

The ClassSchedule object is an app used for scheduling classes for a 2 year cycle of four semesters, excluding Summer semesters. It illustrates the capabilties of the ScalaTion analytics database. > runMain apps.relalgebra.ClassSchedule

Linear Supertypes
App, DelayedInit, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClassSchedule
  2. App
  3. DelayedInit
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def assignTeachers(): Unit

    Assign teachers to course offerings using the Hungarian bipartite graph matching algorithm to maximize their perferences.

  2. def buildSchedule(): Unit

    Build a four semester class schedule.

  3. val course: Relation
  4. val course_cid: VectorI
  5. val course_frequency: VectorI
  6. val course_id: VectorI
  7. val course_instance: VectorI
  8. val executionStart: Long
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  9. def main(args: Array[String]): Unit
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
  10. val preference: Relation
  11. val teacher: Relation
  12. val teacher_id: VectorI
  13. val teacher_instance: VectorI
  14. val teacher_load: VectorI
  15. val teacher_name: VectorS

Deprecated Value Members

  1. def delayedInit(body: ⇒ Unit): Unit
    Definition Classes
    App → DelayedInit
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) the delayedInit mechanism will disappear