Interface | osid.voting.rules.RaceProcessorQueryInspector | ||
---|---|---|---|
Implements | osid.OsidProcessorQueryInspector | ||
Description |
This is the query inspector for examining race processor queries. | ||
Method | getMaximumWinnersTerms | ||
Description |
Gets the maximum winners query terms. | ||
Return | osid.search.terms.CardinalRangeTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getMinimumPercentageToWinTerms | ||
Description |
Gets the minimum percentage to win query terms. | ||
Return | osid.search.terms.CardinalRangeTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getMinimumVotesToWinTerms | ||
Description |
Gets the minimum votes to win query terms. | ||
Return | osid.search.terms.CardinalRangeTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
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 | getRaceProcessorQueryInspectorRecord | ||
Description |
Gets the race processor query inspector record
corresponding to the given | ||
Parameters | osid.type.Type | raceProcessorRecordType | a race processor record type |
Return | osid.voting.rules.records.RaceProcessorQueryInspectorRecord | the race processor query inspector record | |
Errors | NULL_ARGUMENT | raceProcessorRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(raceProcessorRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |