Uses of Interface
org.apache.uima.resource.metadata.FsIndexDescription
-
Packages that use FsIndexDescription Package Description org.apache.uima Apache UIMAorg.apache.uima.analysis_engine.metadata.impl org.apache.uima.impl Apache UIMA internalsorg.apache.uima.resource Interfaces forResourcesandResourceSpecifiers.org.apache.uima.resource.metadata Interfaces for objects that represent metadata for a Resource.org.apache.uima.resource.metadata.impl org.apache.uima.util Utility classes and interfaces used by UIMA components. -
-
Uses of FsIndexDescription in org.apache.uima
Methods in org.apache.uima that return FsIndexDescription Modifier and Type Method Description FsIndexDescriptionResourceSpecifierFactory. 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 FsIndexDescription Modifier and Type Method Description FsIndexDescription[]AnalysisEngineMetaData_impl. getFsIndexes()Methods in org.apache.uima.analysis_engine.metadata.impl with parameters of type FsIndexDescription Modifier and Type Method Description voidAnalysisEngineMetaData_impl. setFsIndexes(FsIndexDescription[] aFsIndexes) -
Uses of FsIndexDescription in org.apache.uima.impl
Methods in org.apache.uima.impl that return FsIndexDescription Modifier and Type Method Description FsIndexDescriptionResourceSpecifierFactory_impl. createFsIndexDescription() -
Uses of FsIndexDescription in org.apache.uima.resource
Fields in org.apache.uima.resource declared as FsIndexDescription Modifier and Type Field Description private FsIndexDescription[]CasDefinition. fsIndexDescriptionsMethods in org.apache.uima.resource that return FsIndexDescription Modifier and Type Method Description FsIndexDescription[]CasDefinition. getFsIndexDescriptions()Methods in org.apache.uima.resource with parameters of type FsIndexDescription Modifier and Type Method Description voidCasDefinition. setFsIndexDescriptions(FsIndexDescription[] fsIndexDescriptions)Constructors in org.apache.uima.resource with parameters of type FsIndexDescription Constructor Description CasDefinition(TypeSystemDescription aTypeSystem, TypePriorities aTypePriorities, FsIndexDescription[] aFsIndexes, ResourceManager aResourceManager, java.util.Properties aPerformanceTuningSettings) -
Uses of FsIndexDescription in org.apache.uima.resource.metadata
Fields in org.apache.uima.resource.metadata declared as FsIndexDescription Modifier and Type Field Description static FsIndexDescription[]FsIndexDescription. EMPTY_FS_INDEX_DESCRIPTIONSMethods in org.apache.uima.resource.metadata that return FsIndexDescription Modifier and Type Method Description FsIndexDescription[]FsIndexCollection. getFsIndexes()Retrieves the FS Index descriptions that are part of this collection.FsIndexDescription[]ProcessingResourceMetaData. getFsIndexes()Retrieves the Feature Structure indexes by this Processing Resource.Methods in org.apache.uima.resource.metadata with parameters of type FsIndexDescription Modifier and Type Method Description voidFsIndexCollection. 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 FsIndexDescription Modifier and Type Class Description classFsIndexDescription_implFields in org.apache.uima.resource.metadata.impl declared as FsIndexDescription Modifier and Type Field Description private static FsIndexDescription[]FsIndexCollection_impl. EMPTY_FS_INDEX_DESCRIPTION_ARRAYprivate FsIndexDescription[]FsIndexCollection_impl. mFsIndexesMethods in org.apache.uima.resource.metadata.impl that return FsIndexDescription Modifier and Type Method Description FsIndexDescription[]FsIndexCollectionImportResolverAdapter. getCollectibles()FsIndexDescription[]FsIndexCollection_impl. getFsIndexes()Methods in org.apache.uima.resource.metadata.impl that return types with arguments of type FsIndexDescription Modifier and Type Method Description java.lang.Class<FsIndexDescription>FsIndexCollectionImportResolverAdapter. getCollectedClass()Methods in org.apache.uima.resource.metadata.impl with parameters of type FsIndexDescription Modifier and Type Method Description voidFsIndexCollection_impl. addFsIndex(FsIndexDescription aFsIndexDescription)voidFsIndexCollection_impl. removeFsIndex(FsIndexDescription aFsIndexDescription)voidFsIndexCollection_impl. setFsIndexes(FsIndexDescription[] aFSIndexes)Method parameters in org.apache.uima.resource.metadata.impl with type arguments of type FsIndexDescription Modifier and Type Method Description voidFsIndexCollectionImportResolverAdapter. setCollectibles(java.util.Collection<FsIndexDescription> aCollectedObjects) -
Uses of FsIndexDescription in org.apache.uima.util
Methods in org.apache.uima.util with parameters of type FsIndexDescription Modifier and Type Method Description static CASCasCreationUtils. createCas(TypeSystem aTypeSystem, TypePriorities aTypePriorities, FsIndexDescription[] aFsIndexes, java.util.Properties aPerformanceTuningSettings)Creates a new CAS instance that reuses an existing type system.static CASCasCreationUtils. createCas(TypeSystem aTypeSystem, TypePriorities aTypePriorities, FsIndexDescription[] aFsIndexes, java.util.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, java.util.Properties aPerformanceTuningSettings)Creates a new CAS instance.static CASCasCreationUtils. createCas(TypeSystemDescription aTypeSystem, TypePriorities aTypePriorities, FsIndexDescription[] aFsIndexes, java.util.Properties aPerformanceTuningSettings, ResourceManager aResourceManager)Creates a new CAS instance.private static CASCasCreationUtils. doCreateCas(TypeSystem aTypeSystem, TypeSystemDescription aTypeSystemDesc, TypePriorities aTypePriorities, FsIndexDescription[] aFsIndexes, java.util.Properties aPerformanceTuningSettings, ResourceManager aResourceManager)Method that does the work for creating a new CAS instance.static voidCasCreationUtils. setupIndexes(CASMgr aCASMgr, FsIndexDescription[] aIndexes)Adds FeatureStructure indexes to a CAS.
-