Uses of Interface
org.osid.topology.path.PathQuery
Packages that use PathQuery
Package
Description
The Open Service Interface Definitions for the org.osid.topology.path
service.
-
Uses of PathQuery in org.osid.topology.path
Methods in org.osid.topology.path that return PathQueryModifier and TypeMethodDescriptionPathQuery.getIntersectingPathQuery()Gets the query for an intersecting path, Multiple retrievals produce a nestedORterm.PathQuerySession.getPathQuery()Gets a path query.PathSmartGraphSession.getPathQuery()Gets a path query.PathSearchSession.getPathQueryFromInspector(PathQueryInspector pathQueryInspector) Gets a path query from an inspector.PathSmartGraphSession.getPathQueryFromInspector(PathQueryInspector pathQueryInspector) Gets a path query from an inspector.Methods in org.osid.topology.path with parameters of type PathQueryModifier and TypeMethodDescriptionvoidPathSmartGraphSession.applyPathQuery(PathQuery pathQuery) Applies a path query to this graph.PathQuerySession.getPathsByQuery(PathQuery pathQuery) Gets a list ofPathsmatching the given path query.PathSearchSession.getPathsBySearch(PathQuery pathQuery, PathSearch pathSearch) Gets the search results matching the given search query using the given search.