| Interface | osid.mapping.path.rules.SpeedZoneEnablerQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidEnablerQueryInspector | ||
| Description |
This is the query inspector for examining speed zone enabler queries. | ||
| Method | getRuledSpeedZoneIdTerms | ||
| Description |
Gets the speed zone | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRuledSpeedZoneTerms | ||
| Description |
Gets the speed zone query terms. | ||
| Return | osid.mapping.path.SpeedZoneQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getMapIdTerms | ||
| Description |
Gets the map | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getMapTerms | ||
| Description |
Gets the map query terms. | ||
| Return | osid.mapping.MapQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getSpeedZoneEnablerQueryInspectorRecord | ||
| Description |
Gets the speed zone enabler query inspector record
corresponding to the given | ||
| Parameters | osid.type.Type | speedZoneEnablerRecordType | a speed zone enabler record type |
| Return | osid.mapping.path.rules.records.SpeedZoneEnablerQueryInspectorRecord | the speed zone enabler query inspector record | |
| Errors | NULL_ARGUMENT | speedZoneEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(speedZoneEnablerRecordType) is false
| ||
| Compliance | mandatory | This method must be implemented. | |