Uses of Interface
org.apache.uima.resource.metadata.FsIndexCollection
Packages that use FsIndexCollection
Package
Description
Apache UIMA
Factories to create different kinds of UIMA resource specifiers.
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
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 TypeMethodDescriptionvoidAnalysisEngineMetaData_impl.setFsIndexCollection(FsIndexCollection aFsIndexCollection) -
Uses of FsIndexCollection in org.apache.uima.fit.factory
Methods in org.apache.uima.fit.factory that return FsIndexCollectionModifier and TypeMethodDescriptionstatic FsIndexCollectionFsIndexFactory.createFsIndexCollection()Creates aFsIndexCollectionfrom all index descriptions that can be found via the pattern specified in the system propertyorg.apache.uima.fit.fsindex.import_patternor via theMETA-INF/org.apache.uima.fit/fsindexes.txtfiles in the classpath.static FsIndexCollectionFsIndexFactory.createFsIndexCollection(Class<?> componentClass) Create index configuration data for a given class definition using reflection and the configuration parameter annotation.static FsIndexCollectionFsIndexFactory.createFsIndexCollection(String... descriptorNames) Creates aFsIndexCollectionfrom descriptor names.static FsIndexCollectionFsIndexFactory.createFsIndexCollection(Collection<? extends FsIndexDescription> descriptions) Create a index collection from a set of descriptions.static FsIndexCollectionFsIndexFactory.createFsIndexCollection(FsIndexDescription... descriptions) Create a index collection from a set of descriptions.static FsIndexCollectionFsIndexFactory.createTypeSystemDescriptionFromPath(String... descriptorURIs) Creates aFsIndexCollectionfrom a descriptor fileMethods in org.apache.uima.fit.factory with parameters of type FsIndexCollectionModifier and TypeMethodDescriptionstatic CollectionReaderDescriptionCollectionReaderFactory.createDescription(Class<? extends CollectionReader> readerClass, TypeSystemDescription typeSystem, TypePriorities typePriorities, FsIndexCollection indexes, Capability[] capabilities, Object... configurationData) Deprecated.static CollectionReaderDescriptionCollectionReaderFactory.createDescription(Class<? extends CollectionReader> readerClass, TypeSystemDescription typeSystem, TypePriorities typePriorities, FsIndexCollection indexes, Capability[] capabilities, ConfigurationParameter[] configurationParameters, Object[] configurationValues) static CollectionReaderDescriptionCollectionReaderFactory.createDescription(Class<? extends CollectionReader> readerClass, TypeSystemDescription typeSystem, TypePriorities typePriorities, FsIndexCollection indexes, Capability[] capabilities, ConfigurationParameter[] configurationParameters, Object[] configurationValues, Map<String, ExternalResourceDescription> externalResources) static AnalysisEngineDescriptionAnalysisEngineFactory.createEngineDescription(Class<? extends AnalysisComponent> componentClass, TypeSystemDescription typeSystem, TypePriorities typePriorities, FsIndexCollection indexes, Capability[] capabilities, Object... configurationData) Create and configure a primitiveAnalysisEngine.static AnalysisEngineDescriptionAnalysisEngineFactory.createEngineDescription(Class<? extends AnalysisComponent> componentClass, TypeSystemDescription typeSystem, TypePriorities typePriorities, FsIndexCollection indexes, Capability[] capabilities, ConfigurationParameter[] configurationParameters, Object[] configurationValues) Create and configure a primitiveAnalysisEngine.static AnalysisEngineDescriptionAnalysisEngineFactory.createEngineDescription(Class<? extends AnalysisComponent> componentClass, TypeSystemDescription typeSystem, TypePriorities typePriorities, FsIndexCollection indexes, Capability[] capabilities, ConfigurationParameter[] configurationParameters, Object[] configurationValues, Map<String, ExternalResourceDescription> externalResources) Create and configure a primitiveAnalysisEngine.static AnalysisEngineDescriptionAnalysisEngineFactory.createPrimitiveDescription(Class<? extends AnalysisComponent> componentClass, TypeSystemDescription typeSystem, TypePriorities typePriorities, FsIndexCollection indexes, Capability[] capabilities, Object... configurationData) static AnalysisEngineDescriptionAnalysisEngineFactory.createPrimitiveDescription(Class<? extends AnalysisComponent> componentClass, TypeSystemDescription typeSystem, TypePriorities typePriorities, FsIndexCollection indexes, Capability[] capabilities, ConfigurationParameter[] configurationParameters, Object[] configurationValues) static AnalysisEngineDescriptionAnalysisEngineFactory.createPrimitiveDescription(Class<? extends AnalysisComponent> componentClass, TypeSystemDescription typeSystem, TypePriorities typePriorities, FsIndexCollection indexes, Capability[] capabilities, ConfigurationParameter[] configurationParameters, Object[] configurationValues, Map<String, ExternalResourceDescription> externalResources) static CollectionReaderDescriptionCollectionReaderFactory.createReaderDescription(Class<? extends CollectionReader> readerClass, TypeSystemDescription typeSystem, TypePriorities typePriorities, FsIndexCollection indexes, Capability[] capabilities, Object... configurationData) static CollectionReaderDescriptionCollectionReaderFactory.createReaderDescription(Class<? extends CollectionReader> readerClass, TypeSystemDescription typeSystem, TypePriorities typePriorities, FsIndexCollection indexes, Capability[] capabilities, ConfigurationParameter[] configurationParameters, Object[] configurationValues) static CollectionReaderDescriptionCollectionReaderFactory.createReaderDescription(Class<? extends CollectionReader> readerClass, TypeSystemDescription typeSystem, TypePriorities typePriorities, FsIndexCollection indexes, Capability[] capabilities, ConfigurationParameter[] configurationParameters, Object[] configurationValues, Map<String, ExternalResourceDescription> externalResources) The factory method for creating CollectionReaderDescription objects for a given class, TypeSystemDescription, TypePriorities, capabilities, and configuration data -
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 TypeMethodDescriptionvoidProcessingResourceMetaData.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.spi
Methods in org.apache.uima.spi that return types with arguments of type FsIndexCollectionModifier and TypeMethodDescriptionFsIndexCollectionProvider.listFsIndexCollections()Deprecated.TypeSystemProvider_ImplBase.listFsIndexCollections()default List<FsIndexCollection>TypeSystemProvider.listFsIndexCollections() -
Uses of FsIndexCollection in org.apache.uima.taeconfigurator.editors
Methods in org.apache.uima.taeconfigurator.editors that return FsIndexCollectionModifier and TypeMethodDescriptionMultiPageEditor.getFsIndexCollection()Gets the fs index collection.MultiPageEditor.getImportedFsIndexCollection()Gets the imported fs index collection.MultiPageEditor.getMergedFsIndexCollection()Gets the merged fs index collection.Methods in org.apache.uima.taeconfigurator.editors with parameters of type FsIndexCollectionModifier and TypeMethodDescriptionvoidMultiPageEditor.setMergedFsIndexCollection(FsIndexCollection saved) Sets the merged fs index collection. -
Uses of FsIndexCollection in org.apache.uima.taeconfigurator.editors.ui
Methods in org.apache.uima.taeconfigurator.editors.ui that return FsIndexCollectionModifier and TypeMethodDescriptionprotected FsIndexCollectionAbstractSection.getFsIndexCollection()Gets the fs index collection. -
Uses of FsIndexCollection in org.apache.uima.util
Methods in org.apache.uima.util that return FsIndexCollectionModifier and TypeMethodDescriptionstatic FsIndexCollectionCasCreationUtils.mergeDelegateAnalysisEngineFsIndexCollections(AnalysisEngineDescription aAggregateDescription) Merges the FS Index Collections of each component within an aggregate Analysis Engine, producing a single combined FS Index Collection.static FsIndexCollectionCasCreationUtils.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 FsIndexCollectionCasCreationUtils.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.Methods in org.apache.uima.util that return types with arguments of type FsIndexCollectionModifier and TypeMethodDescriptionstatic List<FsIndexCollection>TypeSystemUtil.loadFsIndexCollectionsFromClasspath(Class<?> aContext, String... aLocations) Loads FS index collections and resolves their imports.Method parameters in org.apache.uima.util with type arguments of type FsIndexCollectionModifier and TypeMethodDescriptionstatic FsIndexCollectionCasCreationUtils.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)
CollectionReaderFactory.createReaderDescription(Class, TypeSystemDescription, TypePriorities, FsIndexCollection, Capability[], Object...)