|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FsIndexDescription | |
---|---|
org.apache.uima | The main package for the Unstructured Information Management Middleware Architecture. |
org.apache.uima.analysis_engine.metadata.impl | |
org.apache.uima.impl | Contains reference implementations of the interfaces in
org.apache.uima . |
org.apache.uima.resource | Interfaces for Resources and ResourceSpecifiers . |
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 | |
---|---|
FsIndexDescription |
ResourceSpecifierFactory.createFsIndexDescription()
Creates an FsIndexDescription . |
Uses of FsIndexDescription in org.apache.uima.analysis_engine.metadata.impl |
---|
Methods in org.apache.uima.analysis_engine.metadata.impl that return FsIndexDescription | |
---|---|
FsIndexDescription[] |
AnalysisEngineMetaData_impl.getFsIndexes()
|
Methods in org.apache.uima.analysis_engine.metadata.impl with parameters of type FsIndexDescription | |
---|---|
void |
AnalysisEngineMetaData_impl.setFsIndexes(FsIndexDescription[] aFsIndexes)
|
Uses of FsIndexDescription in org.apache.uima.impl |
---|
Methods in org.apache.uima.impl that return FsIndexDescription | |
---|---|
FsIndexDescription |
ResourceSpecifierFactory_impl.createFsIndexDescription()
|
Uses of FsIndexDescription in org.apache.uima.resource |
---|
Methods in org.apache.uima.resource that return FsIndexDescription | |
---|---|
FsIndexDescription[] |
CasDefinition.getFsIndexDescriptions()
|
Methods in org.apache.uima.resource with parameters of type FsIndexDescription | |
---|---|
void |
CasDefinition.setFsIndexDescriptions(FsIndexDescription[] fsIndexDescriptions)
|
Constructors in org.apache.uima.resource with parameters of type FsIndexDescription | |
---|---|
CasDefinition(TypeSystemDescription aTypeSystem,
TypePriorities aTypePriorities,
FsIndexDescription[] aFsIndexes,
ResourceManager aResourceManager,
java.util.Properties aPerformanceTuningSettings)
|
Uses of FsIndexDescription in org.apache.uima.resource.metadata |
---|
Methods in org.apache.uima.resource.metadata that return FsIndexDescription | |
---|---|
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. |
Methods in org.apache.uima.resource.metadata with parameters of type FsIndexDescription | |
---|---|
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. |
Uses of FsIndexDescription in org.apache.uima.resource.metadata.impl |
---|
Classes in org.apache.uima.resource.metadata.impl that implement FsIndexDescription | |
---|---|
class |
FsIndexDescription_impl
|
Methods in org.apache.uima.resource.metadata.impl that return FsIndexDescription | |
---|---|
FsIndexDescription[] |
FsIndexCollection_impl.getFsIndexes()
|
Methods in org.apache.uima.resource.metadata.impl with parameters of type FsIndexDescription | |
---|---|
void |
FsIndexCollection_impl.addFsIndex(FsIndexDescription aFsIndexDescription)
|
void |
FsIndexCollection_impl.removeFsIndex(FsIndexDescription aFsIndexDescription)
|
void |
FsIndexCollection_impl.setFsIndexes(FsIndexDescription[] aFSIndexes)
|
Uses of FsIndexDescription in org.apache.uima.util |
---|
Methods in org.apache.uima.util with parameters of type FsIndexDescription | |
---|---|
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,
java.util.Properties aPerformanceTuningSettings)
Creates a new CAS instance. |
static CAS |
CasCreationUtils.createCas(TypeSystemDescription aTypeSystem,
TypePriorities aTypePriorities,
FsIndexDescription[] aFsIndexes,
java.util.Properties aPerformanceTuningSettings,
ResourceManager aResourceManager)
Creates a new CAS instance. |
static CAS |
CasCreationUtils.createCas(TypeSystem aTypeSystem,
TypePriorities aTypePriorities,
FsIndexDescription[] aFsIndexes,
java.util.Properties aPerformanceTuningSettings)
Creates a new CAS instance that reuses an existing type system. |
static CAS |
CasCreationUtils.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 void |
CasCreationUtils.setupIndexes(CASMgr aCASMgr,
FsIndexDescription[] aIndexes)
Adds FeatureStructure indexes to a CAS. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |