public abstract class Section
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) GradeScheme |
gradeScheme
GradeScheme associated with this section.
|
(package private) java.util.Collection<Group> |
groups
Collection of all groups associated with this section.
|
Scores |
scores
Scores associated with students and assignments in this Section.
|
(package private) java.lang.String |
sectionName
Name associated with section.
|
(package private) java.lang.String |
sectionNumber
String representing section number.
|
java.util.Collection<Student> |
students
Collection of all students associated with this Section.
|
(package private) java.util.Collection<TA> |
tas
The TAs associated with this section.
|
Constructor and Description |
---|
Section() |
Modifier and Type | Method and Description |
---|---|
abstract void |
addStudent(Student stu)
Add unenrolled student.
|
abstract void |
addTA(TA ta)
Add new TA.
|
public Scores scores
public java.util.Collection<Student> students
java.util.Collection<Group> groups
java.util.Collection<TA> tas
java.lang.String sectionNumber
java.lang.String sectionName
GradeScheme gradeScheme