Uses of Interface
org.osid.topology.NodeQueryInspector
Packages that use NodeQueryInspector
Package
Description
The Open Service Interface Definitions for the org.osid.topology
service.
The Open Service Interface Definitions for the org.osid.topology.path
service.
-
Uses of NodeQueryInspector in org.osid.topology
Methods in org.osid.topology that return NodeQueryInspectorModifier and TypeMethodDescriptionEdgeQueryInspector.getDestinationNodeTerms()Gets the related node terms.NodeSearchResults.getNodeQueryInspector()Gets the inspector for the query to examine the terms used in the search.GraphQueryInspector.getNodeTerms()Gets the node terms.EdgeQueryInspector.getSourceNodeTerms()Gets the node terms.NodeSmartGraphSession.inspectNodeQuery()Gets a node query inspector for this graph.Methods in org.osid.topology with parameters of type NodeQueryInspectorModifier and TypeMethodDescriptionNodeSearchSession.getNodeQueryFromInspector(NodeQueryInspector nodeQueryInspector) Gets a node query from an inspector.NodeSmartGraphSession.getNodeQueryFromInspector(NodeQueryInspector nodeQueryInspector) Gets a node query from an inspector. -
Uses of NodeQueryInspector in org.osid.topology.path
Methods in org.osid.topology.path that return NodeQueryInspectorModifier and TypeMethodDescriptionPathQueryInspector.getEndingNodeTerms()Gets the ending node query terms.PathQueryInspector.getNodeTerms()Gets the node query terms.PathQueryInspector.getStartingNodeTerms()Gets the starting node query terms.