Uses of Interface
org.osid.topology.NodeQuery
Packages that use NodeQuery
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 NodeQuery in org.osid.topology
Methods in org.osid.topology that return NodeQueryModifier and TypeMethodDescriptionEdgeQuery.getDestinationNodeQuery()Gets the query for a related node.GraphQuery.getNodeQuery()Gets the query for a node.NodeQuerySession.getNodeQuery()Gets a node query.NodeSmartGraphSession.getNodeQuery()Gets a node query.NodeSearchSession.getNodeQueryFromInspector(NodeQueryInspector nodeQueryInspector) Gets a node query from an inspector.NodeSmartGraphSession.getNodeQueryFromInspector(NodeQueryInspector nodeQueryInspector) Gets a node query from an inspector.EdgeQuery.getSourceNodeQuery()Gets the query for a node.Methods in org.osid.topology with parameters of type NodeQueryModifier and TypeMethodDescriptionvoidNodeSmartGraphSession.applyNodeQuery(NodeQuery nodeQuery) Applies a node query to this graph.NodeQuerySession.getNodesByQuery(NodeQuery nodeQuery) Gets a list ofNodesmatching the given node query.NodeSearchSession.getNodesBySearch(NodeQuery nodeQuery, NodeSearch nodeSearch) Gets the search results matching the given search query using the given search. -
Uses of NodeQuery in org.osid.topology.path
Methods in org.osid.topology.path that return NodeQueryModifier and TypeMethodDescriptionPathQuery.getEndingNodeQuery()Gets the query for an ending node.PathQuery.getNodeQuery()Gets the query for a node.PathQuery.getStartingNodeQuery()Gets the query for a starting node.