Interface AntimatroidQueryInspector

All Superinterfaces:
Extensible, OsidBrowsableQueryInspector, OsidCatalogQueryInspector, OsidExtensibleQueryInspector, OsidFederateableQueryInspector, OsidIdentifiableQueryInspector, OsidObjectQueryInspector, OsidQueryInspector, OsidSourceableQueryInspector

public interface AntimatroidQueryInspector extends OsidCatalogQueryInspector

This is the query inspector for examining antimatroid queries.

  • Method Details

    • getChainIdTerms

      IdTerm[] getChainIdTerms()
      Gets the chain Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getChainTerms

      ChainQueryInspector[] getChainTerms()
      Gets the chain query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getAncestorAntimatroidIdTerms

      IdTerm[] getAncestorAntimatroidIdTerms()
      Gets the ancestor antimatroid Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getAncestorAntimatroidTerms

      AntimatroidQueryInspector[] getAncestorAntimatroidTerms()
      Gets the ancestor antimatroid query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getDescendantAntimatroidIdTerms

      IdTerm[] getDescendantAntimatroidIdTerms()
      Gets the descendant antimatroid Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getDescendantAntimatroidTerms

      AntimatroidQueryInspector[] getDescendantAntimatroidTerms()
      Gets the descendant antimatroid query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getAntimatroidQueryInspectorRecord

      AntimatroidQueryInspectorRecord getAntimatroidQueryInspectorRecord(Type antimatroidRecordType) throws OperationFailedException
      Gets the antimatroid query inspector record corresponding to the given Antimatroid record Type .
      Parameters:
      antimatroidRecordType - an antimatroid record type
      Returns:
      the antimatroid query inspector record
      Throws:
      NullArgumentException - antimatroidRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(antimatroidRecordType) is false
      Compliance:
      mandatory - This method must be implemented.