Interface | osid.grading.transform.GradeMap | ||
---|---|---|---|
Implements | osid.OsidCapsule | ||
Description |
A map of two grades. | ||
Method | getSourceGradeId | ||
Description |
Gets the source | ||
Return | osid.id.Id | the source grade Id | |
Compliance | mandatory | This method must be implemented. | |
Method | getSourceGrade | ||
Description |
Gets the source | ||
Return | osid.grading.Grade | the source grade | |
Errors | OPERATION_FAILED | unable to complete request | |
Compliance | mandatory | This method must be implemented. | |
Method | getTargetGradeId | ||
Description |
Gets the target | ||
Return | osid.id.Id | the target grade Id | |
Compliance | mandatory | This method must be implemented. | |
Method | getTargetGrade | ||
Description |
Gets the target | ||
Return | osid.grading.Grade | the target grade | |
Errors | OPERATION_FAILED | unable to complete request | |
Compliance | mandatory | This method must be implemented. |