Package | Description |
---|---|
org.osid.topology.path |
The Open Service Interface Definitions for the org.osid.topology.path
service.
|
Modifier and Type | Method and Description |
---|---|
PathQueryInspector[] |
PathQueryInspector.getIntersectingPathTerms()
Gets the intersecting path query terms.
|
PathQueryInspector |
PathSearchResults.getPathQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
PathQueryInspector |
PathSmartGraphSession.inspectPathQuery()
Gets a path query inspector for this graph.
|
Modifier and Type | Method and Description |
---|---|
PathQuery |
PathSearchSession.getPathQueryFromInspector(PathQueryInspector pathQueryInspector)
Gets a path query from an inspector.
|
PathQuery |
PathSmartGraphSession.getPathQueryFromInspector(PathQueryInspector pathQueryInspector)
Gets a path query from an inspector.
|