| Package | Description | 
|---|---|
| org.apache.uima | Apache UIMA | 
| org.apache.uima.analysis_engine.metadata.impl | |
| org.apache.uima.impl | Apache UIMA internals | 
| org.apache.uima.resource | Interfaces for  ResourcesandResourceSpecifiers. | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| FsIndexDescription | ResourceSpecifierFactory. createFsIndexDescription()Creates an  FsIndexDescription. | 
| Modifier and Type | Method and Description | 
|---|---|
| FsIndexDescription[] | AnalysisEngineMetaData_impl. getFsIndexes() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AnalysisEngineMetaData_impl. setFsIndexes(FsIndexDescription[] aFsIndexes) | 
| Modifier and Type | Method and Description | 
|---|---|
| FsIndexDescription | ResourceSpecifierFactory_impl. createFsIndexDescription() | 
| Modifier and Type | Method and Description | 
|---|---|
| FsIndexDescription[] | CasDefinition. getFsIndexDescriptions() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | CasDefinition. setFsIndexDescriptions(FsIndexDescription[] fsIndexDescriptions) | 
| Constructor and Description | 
|---|
| CasDefinition(TypeSystemDescription aTypeSystem,
             TypePriorities aTypePriorities,
             FsIndexDescription[] aFsIndexes,
             ResourceManager aResourceManager,
             Properties aPerformanceTuningSettings) | 
| Modifier and Type | Field and Description | 
|---|---|
| static FsIndexDescription[] | FsIndexDescription. EMPTY_FS_INDEX_DESCRIPTIONS | 
| Modifier and Type | Method and Description | 
|---|---|
| FsIndexDescription[] | ProcessingResourceMetaData. getFsIndexes()Retrieves the Feature Structure indexes by this Processing Resource. | 
| FsIndexDescription[] | FsIndexCollection. getFsIndexes()Retrieves the FS Index descriptions that are part of this collection. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | 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 | ProcessingResourceMetaData. setFsIndexes(FsIndexDescription[] aFSIndexes)Sets the Feature Structure indexes by this Processing Resource. | 
| void | FsIndexCollection. setFsIndexes(FsIndexDescription[] aFSIndexes)Retrieves the FS Index descriptions that are part of this collection. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FsIndexDescription_impl | 
| Modifier and Type | Method and Description | 
|---|---|
| FsIndexDescription[] | FsIndexCollection_impl. getFsIndexes() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | FsIndexCollection_impl. addFsIndex(FsIndexDescription aFsIndexDescription) | 
| void | FsIndexCollection_impl. removeFsIndex(FsIndexDescription aFsIndexDescription) | 
| void | FsIndexCollection_impl. setFsIndexes(FsIndexDescription[] aFSIndexes) | 
| Modifier and Type | Method and Description | 
|---|---|
| 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 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 void | CasCreationUtils. setupIndexes(CASMgr aCASMgr,
            FsIndexDescription[] aIndexes)Adds FeatureStructure indexes to a CAS. | 
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.