Uses of Interface
org.osid.sequencing.AntimatroidList
Packages that use AntimatroidList
Package
Description
The Open Service Interface Definitions for the org.osid.sequencing
service.
-
Uses of AntimatroidList in org.osid.sequencing
Methods in org.osid.sequencing that return AntimatroidListModifier and TypeMethodDescriptionAntimatroidLookupSession.getAntimatroids()Gets allAntimatroids.AntimatroidSearchResults.getAntimatroids()Gets the antimatroid list resulting from a search.ChainAntimatroidSession.getAntimatroidsByChain(Id chainId) Gets theAntimatroidsmapped to aChain.AntimatroidLookupSession.getAntimatroidsByGenusType(Type antimatroidGenusType) Gets anAntimatroidListcorresponding to the given antimatroid genusTypewhich does not include antimatroids of types derived from the specifiedType.AntimatroidLookupSession.getAntimatroidsByIds(IdList antimatroidIds) Gets anAntimatroidListcorresponding to the givenIdList.In plenary mode, the returned list contains all of the antimatroids specified in theIdlist, in the order of the list, including duplicates, or an error results if anIdin the supplied list is not found or inaccessible.AntimatroidLookupSession.getAntimatroidsByParentGenusType(Type antimatroidGenusType) Gets anAntimatroidListcorresponding to the given antimatroid genusTypeand include any additional antimatroids with genus types derived from the specifiedType.AntimatroidLookupSession.getAntimatroidsByProvider(Id resourceId) Gets anAntimatroidListfor the given provider.AntimatroidQuerySession.getAntimatroidsByQuery(AntimatroidQuery antimatroidQuery) Gets a list ofAntimatroidsmatching the given antimatroid query.AntimatroidLookupSession.getAntimatroidsByRecordType(Type antimatroidRecordType) Gets anAntimatroidListcontaining the given antimatroid recordType.In plenary mode, the returned list contains all known antimatroids or an error results.AntimatroidHierarchySession.getChildAntimatroids(Id antimatroidId) Gets the children of the given antimatroid.AntimatroidHierarchySession.getParentAntimatroids(Id antimatroidId) Gets the parents of the given antimatroid.AntimatroidHierarchySession.getRootAntimatroids()Gets the root antimatroid in the antimatroid hierarchy.