Uses of Interface
org.osid.topology.EdgeQuery
Packages that use EdgeQuery
Package
Description
The Open Service Interface Definitions for the org.osid.topology
service.
The Open Service Interface Definitions for the org.osid.topology.path
service.
The Open Service Interface Definitions for the org.osid.topology.rules
service.
-
Uses of EdgeQuery in org.osid.topology
Methods in org.osid.topology that return EdgeQueryModifier and TypeMethodDescriptionEdgeQuerySession.getEdgeQuery()Gets an edge query.EdgeSmartGraphSession.getEdgeQuery()Gets an edge query.GraphQuery.getEdgeQuery()Gets the query for an edge.NodeQuery.getEdgeQuery()Gets the query for an edge.EdgeSearchSession.getEdgeQueryFromInspector(EdgeQueryInspector edgeQueryInspector) Gets an edge query from an inspector.EdgeSmartGraphSession.getEdgeQueryFromInspector(EdgeQueryInspector edgeQueryInspector) Gets an edge query from an inspector.Methods in org.osid.topology with parameters of type EdgeQueryModifier and TypeMethodDescriptionvoidEdgeSmartGraphSession.applyEdgeQuery(EdgeQuery edgeQuery) Applies an edge query to this graph.EdgeQuerySession.getEdgesByQuery(EdgeQuery edgeQuery) Gets a list ofEdgesmatching the given edge query.EdgeSearchSession.getEdgesBySearch(EdgeQuery edgeQuery, EdgeSearch edgeSearch) Gets the search results matching the given search query using the given search. -
Uses of EdgeQuery in org.osid.topology.path
Methods in org.osid.topology.path that return EdgeQuery -
Uses of EdgeQuery in org.osid.topology.rules
Methods in org.osid.topology.rules that return EdgeQueryModifier and TypeMethodDescriptionEdgeEnablerQuery.getRuledEdgeQuery()Gets the query for an edge.