Uses of Class
org.apache.uima.cas.impl.CASImpl
Packages that use CASImpl
Package
Description
Implementation and Low-Level API for the CAS Interfaces.
Contains reference implementations of the interfaces in
org.apache.uima
.Interfaces for accessing the JCAS.
JCAS model for built-in CAS types
Provides the classes that support the Java Cas Model (JCM).
Classes for the JCasGen tool
-
Uses of CASImpl in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl declared as CASImplModifier and TypeFieldDescriptionfinal CASImpl
CasSerializerSupport.CasDocSerializer.cas
protected final CASImpl
FeatureStructureImplC.casImpl
protected final CASImpl
FSLeafIndexImpl.lowLevelCAS
Methods in org.apache.uima.cas.impl that return CASImplModifier and TypeMethodDescriptionCASImpl.getBaseCAS()
protected abstract CASImpl
FeatureStructureImpl.getCASImpl()
FeatureStructureImplC.getCASImpl()
CASImpl.ll_getSofaCasView
(int addr) LowLevelCAS.ll_getSofaCasView
(int addr) CASImpl.setupCasFromCasMgrSerializer
(CASMgrSerializer casMgrSerializer) Methods in org.apache.uima.cas.impl with parameters of type CASImplModifier and TypeMethodDescriptionvoid
Add the CAS to be serialized.void
Add the CAS to be serialized.void
CASSerializer.addCAS
(CASImpl cas, OutputStream ostream) Serializes the CAS data and writes it to the output stream.void
CASSerializer.addCAS
(CASImpl cas, OutputStream ostream, boolean includeTsi) void
CASSerializer.addCAS
(CASImpl cas, 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.boolean
BinaryCasSerDes4.CasCompare.compareCASes
(CASImpl c1, CASImpl c2) boolean
BinaryCasSerDes6.compareCASes
(CASImpl c1, CASImpl c2) Compare 2 CASes, with perhaps different type systems.void
BinaryCasSerDes4.deserialize
(CASImpl cas, InputStream deserIn, boolean isDelta) CASMgrSerializer.getIndexRepository
(CASImpl cas) BinaryCasSerDes4.printCasInfo
(CASImpl cas) void
BinaryCasSerDes4.serializeWithTsi
(CASImpl casImpl, Object out) boolean
FSClassRegistry.swapInGeneratorsForClassLoader
(ClassLoader cl, CASImpl casImpl) Constructors in org.apache.uima.cas.impl with parameters of type CASImplModifierConstructorDescriptionAnnotationBaseImpl
(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) CasDocSerializer
(ContentHandler ch, CASImpl cas, XmiSerializationSharedData sharedData, MarkerImpl marker, CasSerializerSupport.CasSerializerSupportSerialize csss) CasDocSerializer
(ContentHandler ch, CASImpl cas, XmiSerializationSharedData sharedData, MarkerImpl marker, CasSerializerSupport.CasSerializerSupportSerialize csss, boolean trackMultiRefs) protected
CommonArrayFSImpl
(CASImpl cas, int addr) protected
CommonAuxArrayFSImpl
(CASImpl cas, int addr) DoubleArrayFSImpl
(int addr, CASImpl cas) FloatArrayFSImpl
(int addr, CASImpl cas) protected
FSLeafIndexImpl
(CASImpl cas, Type type, int indexType) Constructor for FSLeafIndexImpl.FSRBTSetIndex
(CASImpl cas, Type type, int indexType) Constructor for FSRBTIndex.IntArrayFSImpl
(int addr, CASImpl cas) ListUtils
(CASImpl aCASImpl, Logger aLogger, 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. -
Uses of CASImpl in org.apache.uima.impl
Methods in org.apache.uima.impl that return CASImplModifier and TypeMethodDescriptionstatic CASImpl
Util.getStartingView
(CAS cas, boolean sofaAware, ComponentInfo componentInfo) -
Uses of CASImpl in org.apache.uima.jcas
Methods in org.apache.uima.jcas that return CASImpl -
Uses of CASImpl in org.apache.uima.jcas.cas
Fields in org.apache.uima.jcas.cas declared as CASImplModifier and TypeFieldDescriptionfinal CASImpl
TOP_Type.casImpl
ref to CAS for faster getters/settersMethods in org.apache.uima.jcas.cas that return CASImpl -
Uses of CASImpl in org.apache.uima.jcas.impl
Methods in org.apache.uima.jcas.impl that return CASImplMethods in org.apache.uima.jcas.impl with parameters of type CASImpl -
Uses of CASImpl in org.apache.uima.tools.jcasgen
Methods in org.apache.uima.tools.jcasgen with parameters of type CASImplModifier and TypeMethodDescriptionvoid
Jg.mainForCde
(IMerge aMerger, IProgressMonitor aProgressMonitor, IError aError, String inputFile, String outputDirectory, TypeDescription[] tds, CASImpl aCas) void
Jg.mainForCde
(IMerge aMerger, IProgressMonitor aProgressMonitor, IError aError, String inputFile, String outputDirectory, TypeDescription[] tds, CASImpl aCas, String projectPathDir, boolean limitJCasGenToProjectScope, Map<String, Set<String>> mergedTypesAddingFeatures) void
Jg.mainGenerateAllTypesFromTemplates
(IMerge aMerger, IProgressMonitor aProgressMonitor, IError aError, String inputFile, String outputDirectory, TypeDescription[] tds, CASImpl aCas, Class jcasTypeClass, Class jcas_TypeClass) void
Jg.mainGenerateAllTypesFromTemplates
(IMerge aMerger, IProgressMonitor aProgressMonitor, IError aError, String inputFile, String outputDirectory, TypeDescription[] tds, CASImpl aCas, Class jcasTypeClass, Class jcas_TypeClass, String projectPathDir, boolean limitJCasGenToProjectScope, Map<String, Set<String>> mergedTypesAddingFeatures)