| Interface | osid.topology.NodeQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidObjectQueryInspector | ||
| Description | 
                 This is the query inspector for examining node queries.  | ||
| Method | getEdgeIdTerms | ||
| Description | 
                     Gets the edge   | ||
| Return | osid.search.terms.IdTerm[] | the edge  Id  terms  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getEdgeTerms | ||
| Description | 
                     Gets the edge terms.  | ||
| Return | osid.topology.EdgeQueryInspector[] | the edge terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getGraphIdTerms | ||
| Description | 
                     Gets the graph   | ||
| Return | osid.search.terms.IdTerm[] | the graph  Id  terms  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getGraphTerms | ||
| Description | 
                     Gets the graph terms.  | ||
| Return | osid.topology.GraphQueryInspector[] | the graph terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getNodeQueryInspectorRecord | ||
| Description | 
                     Gets the node query inspector record corresponding to 
                    the given   | ||
| Parameters | osid.type.Type | nodeRecordType | a node record type | 
| Return | osid.topology.records.NodeQueryInspectorRecord | the node query inspector record | |
| Errors | NULL_ARGUMENT |  nodeRecordType  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED |  hasRecordType(nodeRecordType)  is  false   |                 ||
| Compliance | mandatory | This method must be implemented. | |