Uses of Interface
org.apache.uima.resource.metadata.FsIndexDescription
Packages that use FsIndexDescription
Package
Description
Apache UIMA
Apache UIMA internals
Interfaces for
Resources
and ResourceSpecifiers
.Interfaces for objects that represent metadata for a
Resource.
Utility classes and interfaces used by UIMA components.
-
Uses of FsIndexDescription in org.apache.uima
Methods in org.apache.uima that return FsIndexDescriptionModifier and TypeMethodDescriptionResourceSpecifierFactory.createFsIndexDescription()
Creates anFsIndexDescription
. -
Uses of FsIndexDescription in org.apache.uima.analysis_engine.metadata.impl
Methods in org.apache.uima.analysis_engine.metadata.impl that return FsIndexDescriptionMethods in org.apache.uima.analysis_engine.metadata.impl with parameters of type FsIndexDescriptionModifier and TypeMethodDescriptionvoid
AnalysisEngineMetaData_impl.setFsIndexes
(FsIndexDescription[] aFsIndexes) -
Uses of FsIndexDescription in org.apache.uima.impl
Methods in org.apache.uima.impl that return FsIndexDescription -
Uses of FsIndexDescription in org.apache.uima.resource
Fields in org.apache.uima.resource declared as FsIndexDescriptionMethods in org.apache.uima.resource that return FsIndexDescriptionMethods in org.apache.uima.resource with parameters of type FsIndexDescriptionModifier and TypeMethodDescriptionvoid
CasDefinition.setFsIndexDescriptions
(FsIndexDescription[] fsIndexDescriptions) Constructors in org.apache.uima.resource with parameters of type FsIndexDescriptionModifierConstructorDescriptionCasDefinition
(TypeSystemDescription aTypeSystem, TypePriorities aTypePriorities, FsIndexDescription[] aFsIndexes, ResourceManager aResourceManager, Properties aPerformanceTuningSettings) -
Uses of FsIndexDescription in org.apache.uima.resource.metadata
Fields in org.apache.uima.resource.metadata declared as FsIndexDescriptionModifier and TypeFieldDescriptionstatic final FsIndexDescription[]
FsIndexDescription.EMPTY_FS_INDEX_DESCRIPTIONS
Methods in org.apache.uima.resource.metadata that return FsIndexDescriptionModifier and TypeMethodDescriptionFsIndexCollection.getFsIndexes()
Retrieves the FS Index descriptions that are part of this collection.ProcessingResourceMetaData.getFsIndexes()
Retrieves the Feature Structure indexes by this Processing Resource.Methods in org.apache.uima.resource.metadata with parameters of type FsIndexDescriptionModifier and TypeMethodDescriptionvoid
FsIndexCollection.addFsIndex
(FsIndexDescription aFsIndexDescription) Adds an FS Index description to this collection.void
FsIndexCollection.removeFsIndex
(FsIndexDescription aFsIndexDescription) Removes an FS Index description from this collection.void
FsIndexCollection.setFsIndexes
(FsIndexDescription[] aFSIndexes) Retrieves the FS Index descriptions that are part of this collection.void
ProcessingResourceMetaData.setFsIndexes
(FsIndexDescription[] aFSIndexes) Sets the Feature Structure indexes by this Processing Resource. -
Uses of FsIndexDescription in org.apache.uima.resource.metadata.impl
Classes in org.apache.uima.resource.metadata.impl that implement FsIndexDescriptionFields in org.apache.uima.resource.metadata.impl declared as FsIndexDescriptionModifier and TypeFieldDescriptionprivate static final FsIndexDescription[]
FsIndexCollection_impl.EMPTY_FS_INDEX_DESCRIPTION_ARRAY
private FsIndexDescription[]
FsIndexCollection_impl.mFsIndexes
Methods in org.apache.uima.resource.metadata.impl that return FsIndexDescriptionModifier and TypeMethodDescriptionFsIndexCollectionImportResolverAdapter.getCollectibles()
FsIndexCollection_impl.getFsIndexes()
Methods in org.apache.uima.resource.metadata.impl that return types with arguments of type FsIndexDescriptionMethods in org.apache.uima.resource.metadata.impl with parameters of type FsIndexDescriptionModifier and TypeMethodDescriptionvoid
FsIndexCollection_impl.addFsIndex
(FsIndexDescription aFsIndexDescription) void
FsIndexCollection_impl.removeFsIndex
(FsIndexDescription aFsIndexDescription) void
FsIndexCollection_impl.setFsIndexes
(FsIndexDescription[] aFSIndexes) Method parameters in org.apache.uima.resource.metadata.impl with type arguments of type FsIndexDescriptionModifier and TypeMethodDescriptionvoid
FsIndexCollectionImportResolverAdapter.setCollectibles
(Collection<FsIndexDescription> aCollectedObjects) -
Uses of FsIndexDescription in org.apache.uima.util
Methods in org.apache.uima.util with parameters of type FsIndexDescriptionModifier and TypeMethodDescriptionstatic CAS
CasCreationUtils.createCas
(TypeSystem aTypeSystem, TypePriorities aTypePriorities, FsIndexDescription[] aFsIndexes, Properties aPerformanceTuningSettings) Creates a new CAS instance that reuses an existing type system.static CAS
CasCreationUtils.createCas
(TypeSystem aTypeSystem, TypePriorities aTypePriorities, FsIndexDescription[] aFsIndexes, Properties aPerformanceTuningSettings, ResourceManager aResourceManager) Creates a new CAS instance that reuses an existing type system.static CAS
CasCreationUtils.createCas
(TypeSystemDescription aTypeSystem, TypePriorities aTypePriorities, FsIndexDescription[] aFsIndexes) Creates a new CAS instance.static CAS
CasCreationUtils.createCas
(TypeSystemDescription aTypeSystem, TypePriorities aTypePriorities, FsIndexDescription[] aFsIndexes, Properties aPerformanceTuningSettings) Creates a new CAS instance.static CAS
CasCreationUtils.createCas
(TypeSystemDescription aTypeSystem, TypePriorities aTypePriorities, FsIndexDescription[] aFsIndexes, Properties aPerformanceTuningSettings, ResourceManager aResourceManager) Creates a new CAS instance.private static CAS
CasCreationUtils.doCreateCas
(TypeSystem aTypeSystem, TypeSystemDescription aTypeSystemDesc, TypePriorities aTypePriorities, FsIndexDescription[] aFsIndexes, Properties aPerformanceTuningSettings, ResourceManager aResourceManager) Method that does the work for creating a new CAS instance.static void
CasCreationUtils.setupIndexes
(CASMgr aCASMgr, FsIndexDescription[] aIndexes) Adds FeatureStructure indexes to a CAS.