Uses of Interface
org.apache.uima.resource.metadata.FsIndexCollection
Package
Description
Apache UIMA
Apache UIMA internals
Interfaces for objects that represent metadata for a
Resource.
Utility classes and interfaces used by UIMA components.
-
Uses of FsIndexCollection in org.apache.uima
Modifier and TypeMethodDescriptionResourceSpecifierFactory.createFsIndexCollection()
Creates anFsIndexCollection
. -
Uses of FsIndexCollection in org.apache.uima.analysis_engine.metadata.impl
Modifier and TypeMethodDescriptionvoid
AnalysisEngineMetaData_impl.setFsIndexCollection
(FsIndexCollection aFsIndexCollection) -
Uses of FsIndexCollection in org.apache.uima.impl
-
Uses of FsIndexCollection in org.apache.uima.resource.metadata
Modifier and TypeMethodDescriptionProcessingResourceMetaData.getFsIndexCollection()
Retrieves the FS Index collection used by this Processing Resource.Modifier 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
-
Uses of FsIndexCollection in org.apache.uima.spi
-
Uses of FsIndexCollection in org.apache.uima.util
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionXMLParser_impl.parseFsIndexCollection
(XMLInputSource aInput) XMLParser_impl.parseFsIndexCollection
(XMLInputSource aInput, XMLParser.ParsingOptions aOptions)