Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CourseCatalogue

Keeps track of all courses.

Hierarchy

  • CourseCatalogue

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

list

list: Course[]

A flat list of all courses.

table

table: any

Used as a dictionary of key coursename to value Course.

Methods

bulkAddCourses

  • bulkAddCourses(jsondata: any): void
  • Adds all courses via a large json file.

    Parameters

    • jsondata: any

      A json file emitted by courseprocessor.

    Returns void

Generated using TypeDoc