Interface | osid.voting.rules.RaceConstrainerQueryInspector | ||
---|---|---|---|
Implements | osid.OsidConstrainerQueryInspector | ||
Description |
This is the query inspector for examining race constrainer queries. | ||
Method | getRuledRaceIdTerms | ||
Description |
Gets the race | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getRuledRaceTerms | ||
Description |
Gets the race query terms. | ||
Return | osid.voting.RaceQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getPollsIdTerms | ||
Description |
Gets the polls | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getPollsTerms | ||
Description |
Gets the polls query terms. | ||
Return | osid.voting.PollsQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getRaceConstrainerQueryInspectorRecord | ||
Description |
Gets the race constrainer query inspector record
corresponding to the given | ||
Parameters | osid.type.Type | raceConstrainerRecordType | a race constrainer record type |
Return | osid.voting.rules.records.RaceConstrainerQueryInspectorRecord | the race constrainer query inspector record | |
Errors | NULL_ARGUMENT | raceConstrainerRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(raceConstrainerRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |