public abstract class GradeScheme
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.util.Collection<DivisionBar> |
divisions
Comprised of every available grade range.
|
| Constructor and Description |
|---|
GradeScheme() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
updateDivisions()
Upon changing of the data, changes the modified division
as well as adjusts the other ranges accordingly.
|
public java.util.Collection<DivisionBar> divisions