Uses of Interface
org.apache.uima.resource.metadata.FsIndexDescription
Packages that use 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
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 TypeMethodDescriptionvoidAnalysisEngineMetaData_impl.setFsIndexes(FsIndexDescription... aFsIndexes) -
Uses of FsIndexDescription in org.apache.uima.fit.factory
Methods in org.apache.uima.fit.factory that return FsIndexDescriptionModifier and TypeMethodDescriptionstatic FsIndexDescriptionFsIndexFactory.createFsIndexDescription(String label, String kind, String typeName, boolean useTypePriorities, FsIndexKeyDescription... keys) Methods in org.apache.uima.fit.factory with parameters of type FsIndexDescriptionModifier and TypeMethodDescriptionstatic FsIndexCollectionFsIndexFactory.createFsIndexCollection(FsIndexDescription... descriptions) Create a index collection from a set of descriptions.Method parameters in org.apache.uima.fit.factory with type arguments of type FsIndexDescriptionModifier and TypeMethodDescriptionstatic FsIndexCollectionFsIndexFactory.createFsIndexCollection(Collection<? extends FsIndexDescription> descriptions) Create a index collection from a set of descriptions. -
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
Methods in org.apache.uima.resource that return FsIndexDescriptionMethods in org.apache.uima.resource with parameters of type FsIndexDescriptionModifier and TypeMethodDescriptionvoidCasDefinition.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_DESCRIPTIONSMethods 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 TypeMethodDescriptionvoidFsIndexCollection.addFsIndex(FsIndexDescription aFsIndexDescription) Adds an FS Index description to this collection.voidFsIndexCollection.removeFsIndex(FsIndexDescription aFsIndexDescription) Removes an FS Index description from this collection.voidFsIndexCollection.setFsIndexes(FsIndexDescription... aFSIndexes) Retrieves the FS Index descriptions that are part of this collection.voidProcessingResourceMetaData.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 FsIndexDescriptionMethods in org.apache.uima.resource.metadata.impl that return FsIndexDescriptionMethods in org.apache.uima.resource.metadata.impl with parameters of type FsIndexDescriptionModifier and TypeMethodDescriptionvoidFsIndexCollection_impl.addFsIndex(FsIndexDescription aFsIndexDescription) voidFsIndexCollection_impl.removeFsIndex(FsIndexDescription aFsIndexDescription) voidFsIndexCollection_impl.setFsIndexes(FsIndexDescription... aFSIndexes) -
Uses of FsIndexDescription in org.apache.uima.taeconfigurator.editors.ui
Fields in org.apache.uima.taeconfigurator.editors.ui declared as FsIndexDescriptionModifier and TypeFieldDescriptionstatic final FsIndexDescription[]AbstractSection.fsIndexDescription0The Constant fsIndexDescription0.Methods in org.apache.uima.taeconfigurator.editors.ui that return FsIndexDescriptionModifier and TypeMethodDescriptionIndexSection.getBuiltInIndexDescription()Gets the built in index description.static FsIndexDescriptionAbstractSection.getFsIndexDescriptionFromTableTreeItem(org.eclipse.swt.widgets.TreeItem item) Gets the fs index description from table tree item.Methods in org.apache.uima.taeconfigurator.editors.ui with parameters of type FsIndexDescriptionModifier and TypeMethodDescriptionvoidIndexSection.addFsIndexDescription(FsIndexDescription fsid) Adds the fs index description.voidIndexSection.addFsIndexKeyDescription(FsIndexDescription fsid, FsIndexKeyDescription key) Adds the fs index key description.IndexSection.getAlreadyUsedFeatures(FsIndexDescription ndx) Gets the already used features.voidIndexSection.removeFsIndexDescription(FsIndexDescription fsid) Removes the fs index description.voidIndexSection.removeFsIndexKeyDescription(FsIndexDescription fsid, FsIndexKeyDescription key) Removes the fs index key description. -
Uses of FsIndexDescription in org.apache.uima.taeconfigurator.editors.ui.dialogs
Constructors in org.apache.uima.taeconfigurator.editors.ui.dialogs with parameters of type FsIndexDescriptionModifierConstructorDescriptionAddIndexDialog(AbstractSection aSection, FsIndexDescription aExistingNDX) Constructor for Editing an existing XRD. -
Uses of FsIndexDescription in org.apache.uima.util
Methods in org.apache.uima.util with parameters of type FsIndexDescriptionModifier and TypeMethodDescriptionstatic CASCasCreationUtils.createCas(TypeSystem aTypeSystem, TypePriorities aTypePriorities, FsIndexDescription[] aFsIndexes, Properties aPerformanceTuningSettings) Creates a new CAS instance that reuses an existing type system.static CASCasCreationUtils.createCas(TypeSystem aTypeSystem, TypePriorities aTypePriorities, FsIndexDescription[] aFsIndexes, Properties aPerformanceTuningSettings, ResourceManager aResourceManager) Creates a new CAS instance that reuses an existing type system.static CASCasCreationUtils.createCas(TypeSystemDescription aTypeSystem, TypePriorities aTypePriorities, FsIndexDescription[] aFsIndexes) Creates a new CAS instance.static CASCasCreationUtils.createCas(TypeSystemDescription aTypeSystem, TypePriorities aTypePriorities, FsIndexDescription[] aFsIndexes, Properties aPerformanceTuningSettings) Creates a new CAS instance.static CASCasCreationUtils.createCas(TypeSystemDescription aTypeSystem, TypePriorities aTypePriorities, FsIndexDescription[] aFsIndexes, Properties aPerformanceTuningSettings, ResourceManager aResourceManager) Creates a new CAS instance.static voidCasCreationUtils.setupIndexes(CASMgr aCASMgr, FsIndexDescription[] aIndexes) Adds FeatureStructure indexes to a CAS.