| Interface | osid.sequencing.AntimatroidSearch | ||
|---|---|---|---|
| Implements | osid.OsidSearch | ||
| Description |
The search interface for governing antimatroid searches. | ||
| Method | searchAmongAntimatroids | ||
| Description |
Execute this search among the given list of antimatroids. | ||
| Parameters | osid.id.IdList | antimatroidIds | list of antimatroids |
| Errors | NULL_ARGUMENT | antimatroidIds is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | orderAntimatroidResults | ||
| Description |
Specify an ordering to the search results. | ||
| Parameters | osid.sequencing.AntimatroidSearchOrder | antimatroidSearchOrder | antimatroid search order |
| Errors | NULL_ARGUMENT | antimatroidSearchOrder is null | |
| UNSUPPORTED | antimatroidSearchOrder is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getAntimatroidSearchRecord | ||
| Description |
Gets the antimatroid search record corresponding to the
given antimatroid search record | ||
| Parameters | osid.type.Type | antimatroidSearchRecordType | an antimatroid search record type |
| Return | osid.sequencing.records.AntimatroidSearchRecord | the antimatroid search record | |
| Errors | NULL_ARGUMENT | antimatroidSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(antimatroidSearchRecordType) is false
| ||
| Compliance | mandatory | This method must be implemented. | |