| Interface | osid.voting.Race | ||
|---|---|---|---|
| Implements | osid.OsidGovernator | ||
osid.Subjugateable | |||
| Description |
An | ||
| Method | getBallotId | ||
| Description |
Gets the ballot | ||
| Return | osid.id.Id | the ballot Id | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getBallot | ||
| Description |
Gets the ballot. | ||
| Return | osid.voting.Ballot | the ballot | |
| Errors | OPERATION_FAILED | unable to complete request | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRaceRecord | ||
| Description |
Gets the race record corresponding to the given | ||
| Parameters | osid.type.Type | raceRecordType | the race record type |
| Return | osid.voting.records.RaceRecord | the race record | |
| Errors | NULL_ARGUMENT | raceRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(raceRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |