Uses of Interface
org.osid.sequencing.ChainList
Packages that use ChainList
Package
Description
The Open Service Interface Definitions for the org.osid.sequencing
service.
-
Uses of ChainList in org.osid.sequencing
Methods in org.osid.sequencing that return ChainListModifier and TypeMethodDescriptionChainLookupSession.getChains()Gets all chains.ChainSearchResults.getChains()Gets the chain list resulting from a search.ChainAntimatroidSession.getChainsByAntimatroid(Id antimatroidId) Gets the list ofChainsassociated with aAntimatroid.ChainAntimatroidSession.getChainsByAntimatroids(IdList antimatroidIds) Gets the list ofChainscorresponding to a list ofAntimatroids.ChainLookupSession.getChainsByGenusType(Type chainGenusType) Gets aChainListcorresponding to the given chain genusTypewhich does not include chains of types derived from the specifiedType.ChainLookupSession.getChainsByIds(IdList chainIds) Gets aChainListcorresponding to the givenIdList.ChainLookupSession.getChainsByParentGenusType(Type chainGenusType) Gets aChainListcorresponding to the given chain genusTypeand include any additional chains with genus types derived from the specifiedType.ChainQuerySession.getChainsByQuery(ChainQuery chainQuery) Gets a list ofChainsmatching the given chain query.ChainLookupSession.getChainsByRecordType(Type chainRecordType) Gets aChainListcontaining the given chain recordType.