Package | Description |
---|---|
org.osid.topology.path |
The Open Service Interface Definitions for the org.osid.topology.path
service.
|
Modifier and Type | Method and Description |
---|---|
PathQuery |
PathQuery.getIntersectingPathQuery()
Gets the query for an intersecting path, Multiple retrievals produce a
nested
OR term. |
PathQuery |
PathQuerySession.getPathQuery()
Gets a path query.
|
PathQuery |
PathSmartGraphSession.getPathQuery()
Gets a path query.
|
PathQuery |
PathSearchSession.getPathQueryFromInspector(PathQueryInspector pathQueryInspector)
Gets a path query from an inspector.
|
PathQuery |
PathSmartGraphSession.getPathQueryFromInspector(PathQueryInspector pathQueryInspector)
Gets a path query from an inspector.
|
Modifier and Type | Method and Description |
---|---|
void |
PathSmartGraphSession.applyPathQuery(PathQuery pathQuery)
Applies a path query to this graph.
|
PathList |
PathQuerySession.getPathsByQuery(PathQuery pathQuery)
Gets a list of
Paths matching the given path query. |
PathSearchResults |
PathSearchSession.getPathsBySearch(PathQuery pathQuery,
PathSearch pathSearch)
Gets the search results matching the given search query using the
given search.
|