Package | Description |
---|---|
org.apache.uima.cas.impl |
Implementation and Low-Level API for the CAS Interfaces.
|
Modifier and Type | Field and Description |
---|---|
TypeSystemImpl |
CasTypeSystemMapper.tsSrc |
TypeSystemImpl |
CasTypeSystemMapper.tsTgt |
Modifier and Type | Method and Description |
---|---|
TypeSystemImpl |
CASMgrSerializer.getTypeSystem() |
TypeSystemImpl |
CASImpl.getTypeSystemImpl() |
Modifier and Type | Method and Description |
---|---|
void |
CASMgrSerializer.addTypeSystem(TypeSystemImpl ts) |
static void |
CASImpl.setupTSDefault(TypeSystemImpl ts) |
Constructor and Description |
---|
BinaryCasSerDes4(TypeSystemImpl ts,
boolean doMeasurements) |
BinaryCasSerDes6(AbstractCas cas,
MarkerImpl mark,
TypeSystemImpl tgtTs,
BinaryCasSerDes6.ReuseInfo rfs)
Setup to serialize (maybe delta) or deserialize (maybe delta) using binary compression, with type mapping and only processing reachable Feature Structures
|
BinaryCasSerDes6(AbstractCas cas,
MarkerImpl mark,
TypeSystemImpl tgtTs,
BinaryCasSerDes6.ReuseInfo rfs,
boolean doMeasurements)
Setup to serialize (maybe delta) or deserialize (maybe delta) using binary compression, with type mapping and only processing reachable Feature Structures, output measurements
|
BinaryCasSerDes6(AbstractCas aCas,
MarkerImpl mark,
TypeSystemImpl tgtTs,
BinaryCasSerDes6.ReuseInfo rfs,
boolean doMeasurements,
BinaryCasSerDes6.CompressLevel compressLevel,
BinaryCasSerDes6.CompressStrat compressStrategy)
Setup to serialize or deserialize using binary compression, with (optional) type mapping and only processing reachable Feature Structures
|
BinaryCasSerDes6(AbstractCas cas,
TypeSystemImpl tgtTs)
Setup to serialize (not delta) or deserialize (not delta) using binary compression, with type mapping and only processing reachable Feature Structures
|
CASImpl(TypeSystemImpl typeSystem,
int initialHeapSize,
boolean useJcasCache) |
CasTypeSystemMapper(TypeSystemImpl tsSrc,
TypeSystemImpl tsTgt) |
StringTypeImpl(String name,
int code,
TypeSystemImpl ts)
Constructor for StringTypeImpl.
|
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.