Uses of Interface
org.apache.uima.resource.metadata.FsIndexDescription
Package
Description
Apache UIMA
Factories to create different kinds of UIMA resource specifiers.
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
Modifier and TypeMethodDescriptionResourceSpecifierFactory.createFsIndexDescription()
Creates anFsIndexDescription
. -
Uses of FsIndexDescription in org.apache.uima.analysis_engine.metadata.impl
Modifier and TypeMethodDescriptionvoid
AnalysisEngineMetaData_impl.setFsIndexes
(FsIndexDescription... aFsIndexes) -
Uses of FsIndexDescription in org.apache.uima.fit.factory
Modifier and TypeMethodDescriptionstatic FsIndexDescription
FsIndexFactory.createFsIndexDescription
(String label, String kind, String typeName, boolean useTypePriorities, FsIndexKeyDescription... keys) Modifier and TypeMethodDescriptionstatic FsIndexCollection
FsIndexFactory.createFsIndexCollection
(FsIndexDescription... descriptions) Create a index collection from a set of descriptions.Modifier and TypeMethodDescriptionstatic FsIndexCollection
FsIndexFactory.createFsIndexCollection
(Collection<? extends FsIndexDescription> descriptions) Create a index collection from a set of descriptions. -
Uses of FsIndexDescription in org.apache.uima.impl
-
Uses of FsIndexDescription in org.apache.uima.resource
Modifier and TypeMethodDescriptionvoid
CasDefinition.setFsIndexDescriptions
(FsIndexDescription[] fsIndexDescriptions) ModifierConstructorDescriptionCasDefinition
(TypeSystemDescription aTypeSystem, TypePriorities aTypePriorities, FsIndexDescription[] aFsIndexes, ResourceManager aResourceManager, Properties aPerformanceTuningSettings) -
Uses of FsIndexDescription in org.apache.uima.resource.metadata
Modifier and TypeFieldDescriptionstatic final FsIndexDescription[]
FsIndexDescription.EMPTY_FS_INDEX_DESCRIPTIONS
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionvoid
FsIndexCollection_impl.addFsIndex
(FsIndexDescription aFsIndexDescription) void
FsIndexCollection_impl.removeFsIndex
(FsIndexDescription aFsIndexDescription) void
FsIndexCollection_impl.setFsIndexes
(FsIndexDescription... aFSIndexes) -
Uses of FsIndexDescription in org.apache.uima.taeconfigurator.editors.ui
Modifier and TypeFieldDescriptionstatic final FsIndexDescription[]
AbstractSection.fsIndexDescription0
The Constant fsIndexDescription0.Modifier and TypeMethodDescriptionIndexSection.getBuiltInIndexDescription()
Gets the built in index description.static FsIndexDescription
AbstractSection.getFsIndexDescriptionFromTableTreeItem
(org.eclipse.swt.widgets.TreeItem item) Gets the fs index description from table tree item.Modifier and TypeMethodDescriptionvoid
IndexSection.addFsIndexDescription
(FsIndexDescription fsid) Adds the fs index description.void
IndexSection.addFsIndexKeyDescription
(FsIndexDescription fsid, FsIndexKeyDescription key) Adds the fs index key description.IndexSection.getAlreadyUsedFeatures
(FsIndexDescription ndx) Gets the already used features.void
IndexSection.removeFsIndexDescription
(FsIndexDescription fsid) Removes the fs index description.void
IndexSection.removeFsIndexKeyDescription
(FsIndexDescription fsid, FsIndexKeyDescription key) Removes the fs index key description. -
Uses of FsIndexDescription in org.apache.uima.taeconfigurator.editors.ui.dialogs
ModifierConstructorDescriptionAddIndexDialog
(AbstractSection aSection, FsIndexDescription aExistingNDX) Constructor for Editing an existing XRD. -
Uses of FsIndexDescription in org.apache.uima.util
Modifier 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.static void
CasCreationUtils.setupIndexes
(CASMgr aCASMgr, FsIndexDescription[] aIndexes) Adds FeatureStructure indexes to a CAS.