Interface SpeedZoneEnablerQueryInspector

All Superinterfaces:
Extensible, OsidBrowsableQueryInspector, OsidEnablerQueryInspector, OsidExtensibleQueryInspector, OsidIdentifiableQueryInspector, OsidObjectQueryInspector, OsidOperableQueryInspector, OsidQueryInspector, OsidRuleQueryInspector, OsidTemporalQueryInspector

public interface SpeedZoneEnablerQueryInspector extends OsidEnablerQueryInspector

This is the query inspector for examining speed zone enabler queries.

  • Method Details

    • getRuledSpeedZoneIdTerms

      IdTerm[] getRuledSpeedZoneIdTerms()
      Gets the speed zone Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getRuledSpeedZoneTerms

      SpeedZoneQueryInspector[] getRuledSpeedZoneTerms()
      Gets the speed zone query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getMapIdTerms

      IdTerm[] getMapIdTerms()
      Gets the map Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getMapTerms

      MapQueryInspector[] getMapTerms()
      Gets the map query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getSpeedZoneEnablerQueryInspectorRecord

      SpeedZoneEnablerQueryInspectorRecord getSpeedZoneEnablerQueryInspectorRecord(Type speedZoneEnablerRecordType) throws OperationFailedException
      Gets the speed zone enabler query inspector record corresponding to the given SpeedZoneEnabler record Type .
      Parameters:
      speedZoneEnablerRecordType - a speed zone enabler record type
      Returns:
      the speed zone enabler query inspector record
      Throws:
      NullArgumentException - speedZoneEnablerRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(speedZoneEnablerRecordType) is false
      Compliance:
      mandatory - This method must be implemented.