OSID Logo
OSID Specifications
grading transform package
Version 3.1.0
Interfaceosid.grading.transform.GradeSystemTransform
Implementsosid.OsidRule
Used Byosid.grading.transform.GradeSystemTransformAdminSession
osid.grading.transform.GradeSystemTransformList
osid.grading.transform.GradeSystemTransformLookupSession
Description

A GradeSystemTransform represents a translation between two grade systems. The transform is directional such that a translation between the source and target may not equal a translation between the target and the source grade systems.

MethodgetSourceGradeSystemId
Description

Gets the source GradeSystem Id.

Returnosid.id.Id the source grade system Id
Compliancemandatory This method must be implemented.
MethodgetSourceGradeSystem
Description

Gets the source GradeSystem.

Returnosid.grading.GradeSystem the source grade system
ErrorsOPERATION_FAILED unable to complete request
Compliancemandatory This method must be implemented.
MethodgetTargetGradeSystemId
Description

Gets the target GradeSystem Id.

Returnosid.id.Id the target grade system Id
Compliancemandatory This method must be implemented.
MethodgetTargetGradeSystem
Description

Gets the target GradeSystem.

Returnosid.grading.GradeSystem the target grade system
ErrorsOPERATION_FAILED unable to complete request
Compliancemandatory This method must be implemented.
MethodnormalizesInputScores
Description

Tests if this transformation is based on normalization of the input scores.

Returnboolean true of a normalization is performed, false otherwise
Compliancemandatory This method must be implemented.
MethodgetGradeMaps
Description

Gets any one-to-one mapping of grades.

Returnosid.grading.transform.GradeMapList the grade maps
Compliancemandatory This method must be implemented.
MethodgetGradeSystemTransformRecord
Description

Gets the grade system transform record corresponding to the given GradeSystemTransform record Type. This method is used to retrieve an object implementing the requested record. The gradeSystemTransformRecordType may be the Type returned in getRecordTypes() or any of its parents in a Type hierarchy where hasRecordType(gradeSystemTransformRecordType) is true.

Parametersosid.type.TypegradeSystemTransformRecordType the type of the record to retrieve
Returnosid.grading.transform.records.GradeSystemTransformRecord the grade system transform record
ErrorsNULL_ARGUMENT gradeSystemTransformRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(gradeSystemTransformRecordType) is false
Compliancemandatory This method must be implemented.