Uses of Interface
org.apache.uima.resource.metadata.FsIndexCollection
Packages that use FsIndexCollection
Package
Description
The main package for the Unstructured Information Management Middleware
Architecture.
Contains reference implementations of the interfaces in
org.apache.uima
.Interfaces for objects that represent metadata for a
Resource.
Utility classes and interfaces used by UIMA components.
-
Uses of FsIndexCollection in org.apache.uima
Methods in org.apache.uima that return FsIndexCollectionModifier and TypeMethodDescriptionResourceSpecifierFactory.createFsIndexCollection()
Creates anFsIndexCollection
. -
Uses of FsIndexCollection in org.apache.uima.analysis_engine.metadata.impl
Methods in org.apache.uima.analysis_engine.metadata.impl that return FsIndexCollectionMethods in org.apache.uima.analysis_engine.metadata.impl with parameters of type FsIndexCollectionModifier and TypeMethodDescriptionvoid
AnalysisEngineMetaData_impl.setFsIndexCollection
(FsIndexCollection aFsIndexCollection) -
Uses of FsIndexCollection in org.apache.uima.impl
Methods in org.apache.uima.impl that return FsIndexCollection -
Uses of FsIndexCollection in org.apache.uima.resource.metadata
Methods in org.apache.uima.resource.metadata that return FsIndexCollectionModifier and TypeMethodDescriptionProcessingResourceMetaData.getFsIndexCollection()
Retrieves the FS Index collection used by this Processing Resource.Methods in org.apache.uima.resource.metadata with parameters of type FsIndexCollectionModifier and TypeMethodDescriptionvoid
ProcessingResourceMetaData.setFsIndexCollection
(FsIndexCollection aFsIndexCollection) Sets the Feature Structure Index collection used by this Processing Resource. -
Uses of FsIndexCollection in org.apache.uima.resource.metadata.impl
Classes in org.apache.uima.resource.metadata.impl that implement FsIndexCollection -
Uses of FsIndexCollection in org.apache.uima.util
Methods in org.apache.uima.util that return FsIndexCollectionModifier and TypeMethodDescriptionstatic FsIndexCollection
CasCreationUtils.mergeDelegateAnalysisEngineFsIndexCollections
(AnalysisEngineDescription aAggregateDescription) Merges the FS Index Collections of each component within an aggregate Analysis Engine, producing a single combined FS Index Collection.static FsIndexCollection
CasCreationUtils.mergeDelegateAnalysisEngineFsIndexCollections
(AnalysisEngineDescription aAggregateDescription, ResourceManager aResourceManager) Merges the FS Index Collections of each component within an aggregate Analysis Engine, producing a single combined FS Index Collection.static FsIndexCollection
CasCreationUtils.mergeFsIndexes
(List<? extends FsIndexCollection> aFsIndexCollections, ResourceManager aResourceManager) Merges a List of FsIndexCollections into a single FsIndexCollection object.XMLParser.parseFsIndexCollection
(XMLInputSource aInput) Parses a FsIndexCollection from an XML input stream.XMLParser.parseFsIndexCollection
(XMLInputSource aInput, XMLParser.ParsingOptions aOptions) Parses a FsIndexCollection from an XML input stream.Method parameters in org.apache.uima.util with type arguments of type FsIndexCollectionModifier and TypeMethodDescriptionstatic FsIndexCollection
CasCreationUtils.mergeFsIndexes
(List<? extends FsIndexCollection> aFsIndexCollections, ResourceManager aResourceManager) Merges a List of FsIndexCollections into a single FsIndexCollection object. -
Uses of FsIndexCollection in org.apache.uima.util.impl
Methods in org.apache.uima.util.impl that return FsIndexCollectionModifier and TypeMethodDescriptionXMLParser_impl.parseFsIndexCollection
(XMLInputSource aInput) XMLParser_impl.parseFsIndexCollection
(XMLInputSource aInput, XMLParser.ParsingOptions aOptions)