Uses of Interface
org.osid.sequencing.ChainQuery
Packages that use ChainQuery
Package
Description
The Open Service Interface Definitions for the org.osid.sequencing
service.
-
Uses of ChainQuery in org.osid.sequencing
Methods in org.osid.sequencing that return ChainQueryModifier and TypeMethodDescriptionAntimatroidQuery.getChainQuery()Gets the query for a chain.ChainQuerySession.getChainQuery()Gets a chain query.ChainSmartAntimatroidSession.getChainQuery()Gets a chain query.ChainSearchSession.getChainQueryFromInspector(ChainQueryInspector chainQueryInspector) Gets a chain query from an inspector.ChainSmartAntimatroidSession.getChainQueryFromInspector(ChainQueryInspector chainQueryInspector) Gets a chain query from an inspector.Methods in org.osid.sequencing with parameters of type ChainQueryModifier and TypeMethodDescriptionvoidChainSmartAntimatroidSession.applyChainQuery(ChainQuery chainQuery) Applies a chain query to this antimatroid.ChainQuerySession.getChainsByQuery(ChainQuery chainQuery) Gets a list ofChainsmatching the given chain query.ChainSearchSession.getChainsBySearch(ChainQuery chainQuery, ChainSearch chainSearch) Gets the search results matching the given search query using the given search.