As can be seen in the code snippet, it is shown that ModelManager only contains AddressBook, UserPrefs, and FilteredList<Person>. However, in the Model diagram in UG (the second picture attached), it is shown that ModelManager is supposed to have 1 UniqueCourseList. This is an inaccuracy, but otherwise does not really impede the understanding of the Model class.
As can be seen in the code snippet, it is shown that
ModelManager
only containsAddressBook
,UserPrefs
, andFilteredList<Person>
. However, in theModel
diagram in UG (the second picture attached), it is shown thatModelManager
is supposed to have 1UniqueCourseList
. This is an inaccuracy, but otherwise does not really impede the understanding of theModel
class.