Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ScheduleAll<T>

represents all courses in a schedule, usually stored as (key, array of set of sections) pair

If section is -1, it means that all sections are allowed. Otherwise, section should be an array of groups, and each group should be an array/set of sections

remarks

This field is called All (yes, with the first letter capitalized) due to historical reasons

Type parameters

  • T = Set<number>[] | -1

    the type of the container used for the set of sections. By default, this is a array of set of numbers, corresponding to the id field of each section

Hierarchy

  • ScheduleAll

Indexable

[courseKey: string]: T

represents all courses in a schedule, usually stored as (key, array of set of sections) pair

If section is -1, it means that all sections are allowed. Otherwise, section should be an array of groups, and each group should be an array/set of sections

remarks

This field is called All (yes, with the first letter capitalized) due to historical reasons

Generated using TypeDoc