Interface | osid.grading.GradebookColumnSummaryQueryInspector | ||
---|---|---|---|
Implements | osid.OsidRuleQueryInspector | ||
Description |
This is the query inspector for examining gradebook column summary queries. | ||
Method | getGradebookColumnIdTerms | ||
Description |
Gets the gradebook column | ||
Return | osid.search.terms.IdTerm[] | the gradebook column Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getGradebookColumnTerms | ||
Description |
Gets the gradebook column terms. | ||
Return | osid.grading.GradebookColumnQueryInspector[] | the gradebookc column terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getMeanTerms | ||
Description |
Gets the mean terms. | ||
Return | osid.search.terms.DecimalRangeTerm[] | the mean terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getMinimumMeanTerms | ||
Description |
Gets the minimum mean terms. | ||
Return | osid.search.terms.DecimalTerm[] | the minimum mean terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getMedianTerms | ||
Description |
Gets the median terms. | ||
Return | osid.search.terms.DecimalRangeTerm[] | the median terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getMinimumMedianTerms | ||
Description |
Gets the minimum median terms. | ||
Return | osid.search.terms.DecimalTerm[] | the minimum median terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getModeTerms | ||
Description |
Gets the mode terms. | ||
Return | osid.search.terms.DecimalRangeTerm[] | the mode terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getMinimumModeTerms | ||
Description |
Gets the minimum mode terms. | ||
Return | osid.search.terms.DecimalTerm[] | the minimum mode terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getRMSTerms | ||
Description |
Gets the rms terms. | ||
Return | osid.search.terms.DecimalRangeTerm[] | the rms terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getMinimumRMSTerms | ||
Description |
Gets the minimum rms terms. | ||
Return | osid.search.terms.DecimalTerm[] | the minimum rms terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getStandardDeviationTerms | ||
Description |
Gets the standard deviation terms. | ||
Return | osid.search.terms.DecimalRangeTerm[] | the standard deviation terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getMinimumStandardDeviationTerms | ||
Description |
Gets the minimum standard deviation terms. | ||
Return | osid.search.terms.DecimalTerm[] | the minimum standard deviation terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getSumTerms | ||
Description |
Gets the sum terms. | ||
Return | osid.search.terms.DecimalRangeTerm[] | the sum terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getMinimumSumTerms | ||
Description |
Gets the minimum sum terms. | ||
Return | osid.search.terms.DecimalTerm[] | the minimum sum terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getGradebookIdTerms | ||
Description |
Gets the gradebook | ||
Return | osid.search.terms.IdTerm[] | the gradebook Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getGradebookTerms | ||
Description |
Gets the gradebook terms. | ||
Return | osid.grading.GradebookQueryInspector[] | the gradebook terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getGradebookColumnSummaryQueryInspectorRecord | ||
Description |
Gets the gradebook column summary query inspector
record corresponding to the given | ||
Parameters | osid.type.Type | gradebookColumnSummaryRecordType | a gradebook column summry record type |
Return | osid.grading.records.GradebookColumnSummaryQueryInspectorRecord | the gradebook column summary query inspector record | |
Errors | NULL_ARGUMENT | gradebookColumnSummaryRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(gradebookColumnSummaryRecordRecordType) is
false | ||
Compliance | mandatory | This method must be implemented. |