Uses of Package
org.apache.uima.cas.impl

Packages that use org.apache.uima.cas.impl
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.examples   
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.tcas JCAS model for built-in TCAS types 
 

Classes in org.apache.uima.cas.impl used by org.apache.uima.cas
LowLevelCAS
          Defines the low-level CAS APIs.
LowLevelTypeSystem
          Low-level version of the type system APIs.
 

Classes in org.apache.uima.cas.impl used by org.apache.uima.cas.impl
AllowPreexistingFS
           
BinaryCasSerDes6
          User callable serialization and deserialization of the CAS in a compressed Binary Format This serializes/deserializes the state of the CAS.
BinaryCasSerDes6.ReuseInfo
          Info reused for 1) multiple serializations of same cas to multiple targets (a speedup), or 2) for delta cas serialization, where it represents the fsStartIndex info before any mods were done which could change that info, or 3) for deserializing with a delta cas, where it represents the fsStartIndex info at the time the CAS was serialized out..
CASCompleteSerializer
          This is a small object which contains - CASMgrSerializer instance - a Java serializable form of the type system + index definitions - CASSerializer instance - a Java serializable form of the CAS including lists of which FSs are indexed
CASMgrSerializer
          Container for serialized CAS typing information.
CASSerializer
          This object has 2 purposes.
OutOfTypeSystemData
          This class is used by the XCASDeserializer to store feature structures that do not fit into the type system of the CAS it is deserializing into.
XmiSerializationSharedData
          A container for data that is shared between the XmiCasSerializer and the XmiCasDeserializer.
 

Classes in org.apache.uima.cas.impl used by org.apache.uima.examples
FeatureStructureImpl
          Feature structure implementation.
FSGenerator
           
 

Classes in org.apache.uima.cas.impl used by org.apache.uima.jcas
CASImpl
          Implements the CAS interfaces.
LowLevelCAS
          Defines the low-level CAS APIs.
LowLevelIndexRepository
          Low-level index repository access.
 

Classes in org.apache.uima.cas.impl used by org.apache.uima.jcas.cas
CASImpl
          Implements the CAS interfaces.
FeatureStructureImpl
          Feature structure implementation.
FSGenerator
           
LowLevelCAS
          Defines the low-level CAS APIs.
 

Classes in org.apache.uima.cas.impl used by org.apache.uima.jcas.tcas
FeatureStructureImpl
          Feature structure implementation.
FSGenerator
           
 



Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.