Uses of Interface
org.osid.mapping.path.IntersectionQuery
Packages that use IntersectionQuery
Package
Description
The Open Service Interface Definitions for the org.osid.mapping.path
service.
-
Uses of IntersectionQuery in org.osid.mapping.path
Methods in org.osid.mapping.path that return IntersectionQueryModifier and TypeMethodDescriptionIntersectionQuerySession.getIntersectionQuery()Gets an intersection query.IntersectionSmartMapSession.getIntersectionQuery()Gets an intersection query.IntersectionSearchSession.getIntersectionQueryFromInspector(IntersectionQueryInspector intersectionQueryInspector) Gets an intersection query from an inspector.IntersectionSmartMapSession.getIntersectionQueryFromInspector(IntersectionQueryInspector intersectionQueryInspector) Gets an intersection query from an inspector.Methods in org.osid.mapping.path with parameters of type IntersectionQueryModifier and TypeMethodDescriptionvoidIntersectionSmartMapSession.applyIntersectionQuery(IntersectionQuery intersectionQuery) Applies an intersection query to this map.IntersectionQuerySession.getIntersectionsByQuery(IntersectionQuery intersectionQuery) Gets a list ofIntersectionsmatching the given inttersection query.IntersectionSearchSession.getIntersectionsBySearch(IntersectionQuery intersectionQuery, IntersectionSearch intersectionSearch) Gets the search results matching the given search query using the given search.