Package | Description |
---|---|
org.apache.uima.cas |
Common Analysis System (CAS) Interfaces.
|
org.apache.uima.cas.impl |
Implementation and Low-Level API for the CAS Interfaces.
|
org.apache.uima.cas.text |
Text Common Annotation System (TCAS) Interfaces.
|
org.apache.uima.jcas |
Interfaces for accessing the JCAS.
|
org.apache.uima.jcas.impl |
Provides the classes that support the Java Cas Model (JCM).
|
org.apache.uima.tools.cvd |
Modifier and Type | Method and Description |
---|---|
FSIndex<FeatureStructure> |
FSIndexRepository.getIndex(String label)
Retrieve an index according to a label.
|
FSIndex<FeatureStructure> |
FSIndexRepository.getIndex(String label,
Type type)
Retrieve an index according to a label and a type.
|
FSIndex<T> |
FSIndex.withSnapshotIterators()
Creates a shared copy of this FSIndex configured to produce snapshot iterators
that don't throw ConcurrentModificationExceptions.
|
Modifier and Type | Method and Description |
---|---|
Iterator<FSIndex<FeatureStructure>> |
FSIndexRepository.getIndexes()
Get all indexes in this repository.
|
Modifier and Type | Class and Description |
---|---|
class |
AnnotationIndexImpl<T extends AnnotationFS>
Implementation of annotation indexes.
|
class |
FSBagIndex
Used for UIMA FS Bag Indexes
Uses IntVector or PositiveIntSet to hold values of FSs
|
class |
FSIntArrayIndex<T extends FeatureStructure>
Used for sorted indexes only
Uses IntVector (sorted) as the index (of FSs)
|
class |
FSLeafIndexImpl<T extends FeatureStructure>
The common (among all index kinds - set, sorted, bag) info for an index
Subtypes define the actual index repository (integers indexing the CAS) for each kind.
|
class |
FSVectorIndex<T extends FeatureStructure> |
Modifier and Type | Field and Description |
---|---|
FSIndex<FeatureStructure> |
DebugFSLogicalStructure.IndexInfo.fsIndex |
Modifier and Type | Method and Description |
---|---|
FSIndex<FeatureStructure> |
FSIndexRepositoryImpl.getIndex(String label) |
FSIndex<FeatureStructure> |
FSIndexRepositoryImpl.getIndex(String label,
Type type) |
FSIndex |
AnnotationIndexImpl.withSnapshotIterators() |
FSIndex |
FSLeafIndexImpl.withSnapshotIterators() |
Modifier and Type | Method and Description |
---|---|
Iterator<FSIndex<FeatureStructure>> |
FSIndexRepositoryImpl.getIndexes() |
Constructor and Description |
---|
AnnotationIndexImpl(FSIndex<AnnotationFS> index) |
Modifier and Type | Interface and Description |
---|---|
interface |
AnnotationIndex<T extends AnnotationFS>
An annotation index provides additional iterator functionality that applies only to instances of
uima.tcas.Annotation . |
Modifier and Type | Method and Description |
---|---|
FSIndex<TOP> |
JFSIndexRepository.getIndex(String label)
Retrieve an index according to a label.
|
FSIndex<TOP> |
JFSIndexRepository.getIndex(String label,
int type)
Retrieve an index according to a label and a type.
|
Modifier and Type | Method and Description |
---|---|
Iterator<FSIndex<TOP>> |
JFSIndexRepository.getIndexes()
Get all indexes in this repository.
|
Modifier and Type | Method and Description |
---|---|
FSIndex |
JFSIndexRepositoryImpl.getIndex(String label) |
FSIndex |
JFSIndexRepositoryImpl.getIndex(String label,
int type) |
Modifier and Type | Method and Description |
---|---|
FSIndex |
MainFrame.getIndex() |
Modifier and Type | Method and Description |
---|---|
void |
MainFrame.setIndex(FSIndex index) |
void |
FSTreeModel.update(String indexName,
FSIndex index,
CAS cas1) |
void |
MainFrame.updateFSTree(String indexName,
FSIndex index1) |
Copyright © 2015. All rights reserved.