| Package | Description |
|---|---|
| org.apache.uima.cas.impl |
Implementation and Low-Level API for the CAS Interfaces.
|
| org.apache.uima.impl |
Contains reference implementations of the interfaces in
org.apache.uima. |
| org.apache.uima.jcas |
Interfaces for accessing the JCAS.
|
| org.apache.uima.jcas.cas |
JCAS model for built-in CAS types
|
| org.apache.uima.jcas.impl |
Provides the classes that support the Java Cas Model (JCM).
|
| org.apache.uima.tools.jcasgen |
Classes for the JCasGen tool
|
| Modifier and Type | Field and Description |
|---|---|
protected CASImpl |
FeatureStructureImplC.casImpl |
protected CASImpl |
FSLeafIndexImpl.lowLevelCAS |
| Modifier and Type | Method and Description |
|---|---|
CASImpl |
CASImpl.getBaseCAS() |
CASImpl |
FeatureStructureImplC.getCASImpl() |
protected abstract CASImpl |
FeatureStructureImpl.getCASImpl() |
CASImpl |
CASImpl.ll_getSofaCasView(int addr) |
CASImpl |
LowLevelCAS.ll_getSofaCasView(int addr) |
| Modifier and Type | Method and Description |
|---|---|
void |
CASSerializer.addCAS(CASImpl cas)
Add the CAS to be serialized.
|
void |
CASSerializer.addCAS(CASImpl cas,
boolean addMetaData)
Add the CAS to be serialized.
|
void |
CASSerializer.addCAS(CASImpl cas,
java.io.OutputStream ostream)
Serializes the CAS data and writes it to the output stream.
|
void |
CASSerializer.addCAS(CASImpl cas,
java.io.OutputStream ostream,
Marker trackingMark)
Serializes only new and modified FS and index operations made after
the tracking mark is created.
|
void |
CASSerializer.addNoMetaData(CASImpl casImpl)
Serialize CAS data without heap-internal meta data.
|
FeatureStructure |
ArrayFSGenerator.createFS(int addr,
CASImpl cas) |
FeatureStructure |
FSGenerator.createFS(int addr,
CASImpl cas) |
FSIndexRepositoryImpl |
CASMgrSerializer.getIndexRepository(CASImpl cas) |
void |
FeatureStructureImplC.setUp(CASImpl casImpl,
int addr) |
boolean |
FSClassRegistry.swapInGeneratorsForClassLoader(java.lang.ClassLoader cl,
CASImpl casImpl) |
| Constructor and Description |
|---|
AnnotationBaseImpl(int addr,
CASImpl cas)
Constructor for AnnotationImpl.
|
AnnotationImpl(int addr,
CASImpl cas)
Constructor for AnnotationImpl.
|
ArrayFSImpl(int addr,
CASImpl cas) |
BooleanArrayFSImpl(int addr,
CASImpl cas) |
ByteArrayFSImpl(int addr,
CASImpl cas) |
CASCompleteSerializer(CASImpl cas) |
CommonArrayFSImpl(CASImpl cas,
int addr) |
CommonAuxArrayFSImpl(CASImpl cas,
int addr) |
DefaultAnnotationComparator(CASImpl cas) |
DoubleArrayFSImpl(int addr,
CASImpl cas) |
FloatArrayFSImpl(int addr,
CASImpl cas) |
FSIndexComparatorImpl(CASImpl cas) |
FSLeafIndexImpl(CASImpl cas,
Type type,
int indexType)
Constructor for FSLeafIndexImpl.
|
IntArrayFSImpl(int addr,
CASImpl cas) |
ListUtils(CASImpl aCASImpl,
Logger aLogger,
org.xml.sax.ErrorHandler aErrorHandler)
Creates a new ListUtils object.
|
LongArrayFSImpl(int addr,
CASImpl cas) |
ShortArrayFSImpl(int addr,
CASImpl cas) |
SofaFSImpl(int addr,
CASImpl cas) |
StringArrayFSImpl(int addr,
CASImpl cas) |
TypeSystemImpl(CASImpl cas)
Deprecated.
Use 0 arg constructor. Type Systems are shared by many CASes, and can't point to
one. Change also your possible calls to ts.commit() - see comment on that method.
|
| Modifier and Type | Method and Description |
|---|---|
static CASImpl |
Util.getStartingView(CAS cas,
boolean sofaAware,
ComponentInfo componentInfo) |
| Modifier and Type | Method and Description |
|---|---|
CASImpl |
JCas.getCasImpl()
internal use
|
| Modifier and Type | Field and Description |
|---|---|
CASImpl |
TOP_Type.casImpl
ref to CAS for faster getters/setters
|
| Modifier and Type | Method and Description |
|---|---|
CASImpl |
TOP.getCASImpl() |
| Modifier and Type | Method and Description |
|---|---|
CASImpl |
JCasImpl.getCasImpl() |
| Modifier and Type | Method and Description |
|---|---|
static JCas |
JCasImpl.getJCas(CASImpl cas)
creates a new JCas instance that corresponds to a CAS instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Jg.mainForCde(IMerge aMerger,
IProgressMonitor aProgressMonitor,
IError aError,
java.lang.String inputFile,
java.lang.String outputDirectory,
TypeDescription[] tds,
CASImpl aCas) |
void |
Jg.mainGenerateAllTypesFromTemplates(IMerge aMerger,
IProgressMonitor aProgressMonitor,
IError aError,
java.lang.String inputFile,
java.lang.String outputDirectory,
TypeDescription[] tds,
CASImpl aCas,
java.lang.Class jcasTypeClass,
java.lang.Class jcas_TypeClass) |
Copyright © 2013. All Rights Reserved.