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
Ordering
- Alphabetic
- By Inheritance
Inherited
- ClassSchedule
- App
- DelayedInit
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
assignTeachers(): Unit
Assign teachers to course offerings using the Hungarian bipartite graph matching algorithm to maximize their perferences.
-
def
buildSchedule(): Unit
Build a four semester class schedule.
- val course: Relation
- val course_cid: VectorI
- val course_frequency: VectorI
- val course_id: VectorI
- val course_instance: VectorI
-
val
executionStart: Long
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( ... , "2.11.0" )
-
def
main(args: Array[String]): Unit
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
- val preference: Relation
- val teacher: Relation
- val teacher_id: VectorI
- val teacher_instance: VectorI
- val teacher_load: VectorI
- val teacher_name: VectorS
Deprecated Value Members
-
def
delayedInit(body: ⇒ Unit): Unit
- Definition Classes
- App → DelayedInit
- Annotations
- @deprecated
- Deprecated
(Since version 2.11.0) the delayedInit mechanism will disappear