public abstract class Course
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.util.Collection<Assignment> |
assignments
Collection of assignments associated with each category.
|
java.util.Collection<Category> |
categories
Collection of the various grade categories associated with this course.
|
java.lang.String |
name
Name of course.
|
java.util.Collection<Section> |
sections
Collectiion of sections of this course taught by the Instructor associated with this Gradebook.
|
| Constructor and Description |
|---|
Course() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
addCategory(Category cate)
Add category to collection.
|
public java.lang.String name
public java.util.Collection<Section> sections
public java.util.Collection<Category> categories
public java.util.Collection<Assignment> assignments
public abstract void addCategory(Category cate)