| Interface | osid.voting.Ballot | ||
|---|---|---|---|
| Implements | osid.OsidGovernator | ||
osid.Temporal | |||
| Description | 
                 A   | ||
| Method | canRevote | ||
| Description | 
                     Tests if races on this ballot can be modified before the election ends.  | ||
| Return | boolean |  true  if votes can be modified,  false  
otherwise  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getBallotRecord | ||
| Description | 
                     Gets the ballot record corresponding to the given 
                      | ||
| Parameters | osid.type.Type | ballotRecordType | the ballot record type | 
| Return | osid.voting.records.BallotRecord | the ballot record | |
| Errors | NULL_ARGUMENT |  ballotRecordType  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED |  hasRecordType(ballotRecordType)  is  false   |                 ||
| Compliance | mandatory | This method must be implemented. | |