Uses of Class
org.apache.uima.cas.impl.CASImpl
-
Packages that use CASImpl 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 inorg.apache.uima.org.apache.uima.jcas Interfaces for accessing the JCAS.org.apache.uima.jcas.cas JCAS model for built-in CAS typesorg.apache.uima.jcas.impl Provides the classes that support the Java Cas Model (JCM).org.apache.uima.tools.jcasgen Classes for the JCasGen tool -
-
Uses of CASImpl in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl declared as CASImpl Modifier and Type Field Description CASImplCasSerializerSupport.CasDocSerializer. casprotected CASImplFeatureStructureImplC. casImplprotected CASImplFSLeafIndexImpl. lowLevelCASMethods in org.apache.uima.cas.impl that return CASImpl Modifier and Type Method Description CASImplCASImpl. getBaseCAS()protected abstract CASImplFeatureStructureImpl. getCASImpl()CASImplFeatureStructureImplC. getCASImpl()CASImplCASImpl. ll_getSofaCasView(int addr)CASImplLowLevelCAS. ll_getSofaCasView(int addr)CASImplCASImpl. setupCasFromCasMgrSerializer(CASMgrSerializer casMgrSerializer)Methods in org.apache.uima.cas.impl with parameters of type CASImpl Modifier and Type Method Description voidCASSerializer. addCAS(CASImpl cas)Add the CAS to be serialized.voidCASSerializer. addCAS(CASImpl cas, boolean addMetaData)Add the CAS to be serialized.voidCASSerializer. addCAS(CASImpl cas, java.io.OutputStream ostream)Serializes the CAS data and writes it to the output stream.voidCASSerializer. addCAS(CASImpl cas, java.io.OutputStream ostream, boolean includeTsi)voidCASSerializer. 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.voidCASSerializer. addNoMetaData(CASImpl casImpl)Serialize CAS data without heap-internal meta data.booleanBinaryCasSerDes4.CasCompare. compareCASes(CASImpl c1, CASImpl c2)booleanBinaryCasSerDes6. compareCASes(CASImpl c1, CASImpl c2)Compare 2 CASes, with perhaps different type systems.ArrayFSImplArrayFSGenerator. createFS(int addr, CASImpl cas)TFSGenerator. createFS(int addr, CASImpl cas)voidBinaryCasSerDes4. deserialize(CASImpl cas, java.io.InputStream deserIn, boolean isDelta)FSIndexRepositoryImplCASMgrSerializer. getIndexRepository(CASImpl cas)java.lang.StringBinaryCasSerDes4. printCasInfo(CASImpl cas)voidBinaryCasSerDes4. serializeWithTsi(CASImpl casImpl, java.lang.Object out)booleanFSClassRegistry. swapInGeneratorsForClassLoader(java.lang.ClassLoader cl, CASImpl casImpl)Constructors in org.apache.uima.cas.impl with parameters of type CASImpl Constructor 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)CasDocSerializer(org.xml.sax.ContentHandler ch, CASImpl cas, XmiSerializationSharedData sharedData, MarkerImpl marker, CasSerializerSupport.CasSerializerSupportSerialize csss)CasDocSerializer(org.xml.sax.ContentHandler ch, CASImpl cas, XmiSerializationSharedData sharedData, MarkerImpl marker, CasSerializerSupport.CasSerializerSupportSerialize csss, boolean trackMultiRefs)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.FSRBTSetIndex(CASImpl cas, Type type, int indexType)Constructor for FSRBTIndex.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. -
Uses of CASImpl in org.apache.uima.impl
Methods in org.apache.uima.impl that return CASImpl Modifier and Type Method Description static CASImplUtil. getStartingView(CAS cas, boolean sofaAware, ComponentInfo componentInfo) -
Uses of CASImpl in org.apache.uima.jcas
Methods in org.apache.uima.jcas that return CASImpl Modifier and Type Method Description CASImplJCas. getCasImpl() -
Uses of CASImpl in org.apache.uima.jcas.cas
Fields in org.apache.uima.jcas.cas declared as CASImpl Modifier and Type Field Description CASImplTOP_Type. casImplref to CAS for faster getters/settersMethods in org.apache.uima.jcas.cas that return CASImpl Modifier and Type Method Description CASImplTOP. getCASImpl() -
Uses of CASImpl in org.apache.uima.jcas.impl
Methods in org.apache.uima.jcas.impl that return CASImpl Modifier and Type Method Description CASImplJCasImpl. getCasImpl()Methods in org.apache.uima.jcas.impl with parameters of type CASImpl Modifier and Type Method Description static JCasJCasImpl. getJCas(CASImpl cas)creates a new JCas instance that corresponds to a CAS instance. -
Uses of CASImpl in org.apache.uima.tools.jcasgen
Methods in org.apache.uima.tools.jcasgen with parameters of type CASImpl Modifier and Type Method Description voidJg. mainForCde(IMerge aMerger, IProgressMonitor aProgressMonitor, IError aError, java.lang.String inputFile, java.lang.String outputDirectory, TypeDescription[] tds, CASImpl aCas)voidJg. mainForCde(IMerge aMerger, IProgressMonitor aProgressMonitor, IError aError, java.lang.String inputFile, java.lang.String outputDirectory, TypeDescription[] tds, CASImpl aCas, java.lang.String projectPathDir, boolean limitJCasGenToProjectScope, java.util.Map<java.lang.String,java.util.Set<java.lang.String>> mergedTypesAddingFeatures)voidJg. 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)voidJg. 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, java.lang.String projectPathDir, boolean limitJCasGenToProjectScope, java.util.Map<java.lang.String,java.util.Set<java.lang.String>> mergedTypesAddingFeatures)
-