Uses of Interface
org.osid.mapping.path.ObstacleQuery
Packages that use ObstacleQuery
Package
Description
The Open Service Interface Definitions for the org.osid.mapping.path
service.
The Open Service Interface Definitions for the org.osid.mapping.path.rules
service.
-
Uses of ObstacleQuery in org.osid.mapping.path
Methods in org.osid.mapping.path that return ObstacleQueryModifier and TypeMethodDescriptionObstacleQuerySession.getObstacleQuery()Gets an obstacle query.ObstacleSmartMapSession.getObstacleQuery()Gets an obstacle query.ObstacleSearchSession.getObstacleQueryFromInspector(ObstacleQueryInspector obstacleQueryInspector) Gets an obstacle query from an inspector.ObstacleSmartMapSession.getObstacleQueryFromInspector(ObstacleQueryInspector obstacleQueryInspector) Gets an obstacle query from an inspector.Methods in org.osid.mapping.path with parameters of type ObstacleQueryModifier and TypeMethodDescriptionvoidObstacleSmartMapSession.applyObstacleQuery(ObstacleQuery obstacleQuery) Applies an obstacle query to this map.ObstacleQuerySession.getObstaclesByQuery(ObstacleQuery obstacleQuery) Gets a list ofObstaclesmatching the given obstacle search.ObstacleSearchSession.getObstaclesBySearch(ObstacleQuery obstacleQuery, ObstacleSearch obstacleSearch) Gets the search results matching the given search query using the given search. -
Uses of ObstacleQuery in org.osid.mapping.path.rules
Methods in org.osid.mapping.path.rules that return ObstacleQueryModifier and TypeMethodDescriptionObstacleEnablerQuery.getRuledObstacleQuery()Gets the query for an obstacle.