Uses of Interface
org.apache.uima.cas.AbstractCas
-
Packages that use AbstractCas Package Description org.apache.uima Apache UIMAorg.apache.uima.analysis_component org.apache.uima.analysis_engine.asb.impl org.apache.uima.analysis_engine.impl org.apache.uima.analysis_engine.impl.compatibility org.apache.uima.cas Common Analysis System(CAS) Interfacesorg.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces.org.apache.uima.flow org.apache.uima.impl Apache UIMA internalsorg.apache.uima.jcas Interfaces for accessing the JCAS.org.apache.uima.jcas.impl Provides the classes that support the Java Cas Model (JCM).org.apache.uima.resource Interfaces forResourcesandResourceSpecifiers.org.apache.uima.resource.impl org.apache.uima.uimacpp -
-
Uses of AbstractCas in org.apache.uima
Methods in org.apache.uima with type parameters of type AbstractCas Modifier and Type Method Description <T extends AbstractCas>
TUimaContext. getEmptyCas(java.lang.Class<T> aCasInterface)Get an empty CAS.Methods in org.apache.uima with parameters of type AbstractCas Modifier and Type Method Description voidUimaContextAdmin. returnedCAS(AbstractCas aCAS)Called internally by the framework whenever the AnalysisComponent returns a CAS from its next() method or calls cas.release(). -
Uses of AbstractCas in org.apache.uima.analysis_component
Methods in org.apache.uima.analysis_component that return AbstractCas Modifier and Type Method Description AbstractCasAnalysisComponent. next()Gets the next output CAS.AbstractCasAnnotator_ImplBase. next()Throws a UIMA_IllegalStateException, since annotators are not allowed to create new CAS instances.Methods in org.apache.uima.analysis_component that return types with arguments of type AbstractCas Modifier and Type Method Description java.lang.Class<? extends AbstractCas>AnalysisComponent. getRequiredCasInterface()Returns the specific CAS interface that this AnalysisComponent requires the framework to pass to itsAnalysisComponent.process(AbstractCas)method.Methods in org.apache.uima.analysis_component with parameters of type AbstractCas Modifier and Type Method Description voidAnalysisComponent. process(AbstractCas aCAS)Inputs a CAS to the AnalysisComponent.voidCasAnnotator_ImplBase. process(AbstractCas aCAS)voidCasMultiplier_ImplBase. process(AbstractCas aCAS)voidJCasAnnotator_ImplBase. process(AbstractCas aCAS)voidJCasMultiplier_ImplBase. process(AbstractCas aCAS) -
Uses of AbstractCas in org.apache.uima.analysis_engine.asb.impl
Methods in org.apache.uima.analysis_engine.asb.impl that return types with arguments of type AbstractCas Modifier and Type Method Description java.lang.Class<? extends AbstractCas>FlowControllerContainer. getRequiredCasInterface() -
Uses of AbstractCas in org.apache.uima.analysis_engine.impl
Methods in org.apache.uima.analysis_engine.impl with parameters of type AbstractCas Modifier and Type Method Description protected voidAnalysisEngineImplBase. callProcessMethod(AnalysisComponent component, AbstractCas cas)private voidAnalysisEngineImplBase. withContexts(AnalysisComponent component, UimaContext context, AbstractCas cas, Runnable_withException r) -
Uses of AbstractCas in org.apache.uima.analysis_engine.impl.compatibility
Fields in org.apache.uima.analysis_engine.impl.compatibility with type parameters of type AbstractCas Modifier and Type Field Description private java.lang.Class<? extends AbstractCas>AnnotatorAdapter. mCasInterfaceMethods in org.apache.uima.analysis_engine.impl.compatibility that return AbstractCas Modifier and Type Method Description AbstractCasAnnotatorAdapter. next()AbstractCasCasConsumerAdapter. next()AbstractCasCollectionReaderAdapter. next()Methods in org.apache.uima.analysis_engine.impl.compatibility that return types with arguments of type AbstractCas Modifier and Type Method Description java.lang.Class<? extends AbstractCas>AnnotatorAdapter. getRequiredCasInterface()Get the CAS interface required by this annotator.java.lang.Class<? extends AbstractCas>CollectionReaderAdapter. getRequiredCasInterface()Get the CAS interface required by this annotator.Methods in org.apache.uima.analysis_engine.impl.compatibility with parameters of type AbstractCas Modifier and Type Method Description voidAnnotatorAdapter. checkTypeSystemChange(AbstractCas aCAS)Checks it the type system of the given CAS is different from the last type system this component was operating on.voidCasConsumerAdapter. checkTypeSystemChange(AbstractCas aCAS)voidCollectionReaderAdapter. checkTypeSystemChange(AbstractCas aCAS)voidCollectionReaderAdapter. next(AbstractCas aEmptyCas)voidAnnotatorAdapter. process(AbstractCas aCAS)voidCasConsumerAdapter. process(AbstractCas aCAS)voidCollectionReaderAdapter. process(AbstractCas aCAS) -
Uses of AbstractCas in org.apache.uima.cas
Subinterfaces of AbstractCas in org.apache.uima.cas Modifier and Type Interface Description interfaceCASObject-oriented CAS (Common Analysis System) API.Classes in org.apache.uima.cas that implement AbstractCas Modifier and Type Class Description classAbstractCas_ImplBaseBase class from which CAS implementations should extend.Methods in org.apache.uima.cas with parameters of type AbstractCas Modifier and Type Method Description voidCasOwner. releaseCas(AbstractCas aCAS)Releases a CAS back to its owner. -
Uses of AbstractCas in org.apache.uima.cas.impl
Classes in org.apache.uima.cas.impl that implement AbstractCas Modifier and Type Class Description classCASImplImplements the CAS interfaces.Methods in org.apache.uima.cas.impl with parameters of type AbstractCas Modifier and Type Method Description SerializationMeasuresBinaryCasSerDes4. serialize(AbstractCas cas, java.lang.Object out)SerializationMeasuresBinaryCasSerDes4. serialize(AbstractCas cas, java.lang.Object out, Marker trackingMark)SerializationMeasuresBinaryCasSerDes4. serialize(AbstractCas cas, java.lang.Object out, Marker trackingMark, BinaryCasSerDes4.CompressLevel compressLevel)SerializationMeasuresBinaryCasSerDes4. serialize(AbstractCas cas, java.lang.Object out, Marker trackingMark, BinaryCasSerDes4.CompressLevel compressLevel, BinaryCasSerDes4.CompressStrat compressStrategy)Constructors in org.apache.uima.cas.impl with parameters of type AbstractCas Constructor Description BinaryCasSerDes6(AbstractCas cas)Setup to serialize (not delta) or deserialize (not delta) using binary compression, no type mapping but only processing reachable Feature StructuresBinaryCasSerDes6(AbstractCas cas, BinaryCasSerDes6.ReuseInfo rfs)Setup to serialize (not delta) or deserialize (maybe delta) using binary compression, no type mapping and only processing reachable Feature StructuresBinaryCasSerDes6(AbstractCas cas, BinaryCasSerDes6.ReuseInfo rfs, boolean storeTS, boolean storeTSI)Setup to serialize (not delta) or deserialize (maybe delta) using binary compression, no type mapping, optionally storing TSI, and only processing reachable Feature StructuresBinaryCasSerDes6(AbstractCas aCas, MarkerImpl mark, TypeSystemImpl tgtTs, boolean storeTS, boolean storeTSI, BinaryCasSerDes6.ReuseInfo rfs, boolean doMeasurements, BinaryCasSerDes6.CompressLevel compressLevel, BinaryCasSerDes6.CompressStrat compressStrategy)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 StructuresBinaryCasSerDes6(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 measurementsBinaryCasSerDes6(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 StructuresBinaryCasSerDes6(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 -
Uses of AbstractCas in org.apache.uima.flow
Methods in org.apache.uima.flow that return types with arguments of type AbstractCas Modifier and Type Method Description java.lang.Class<? extends AbstractCas>FlowController. getRequiredCasInterface()Returns the specific CAS interface that this FlowController requires the framework to pass to itsFlowController.computeFlow(AbstractCas)method.Methods in org.apache.uima.flow with parameters of type AbstractCas Modifier and Type Method Description FlowCasFlowController_ImplBase. computeFlow(AbstractCas aCAS)Overriden to check thataCASis an instanceofCAS.FlowFlowController. computeFlow(AbstractCas aCAS)Invokes this FlowController on a CAS.FlowJCasFlowController_ImplBase. computeFlow(AbstractCas aCAS)Overriden to check thataCASis an instanceofJCas.FlowCasFlow_ImplBase. newCasProduced(AbstractCas newCas, java.lang.String producedBy)Overriden to check thatnewCasis an instanceofCAS.FlowFlow. newCasProduced(AbstractCas newCas, java.lang.String producedBy)Called by the framework if the CAS that is being routed by this Flow has been sent to a CAS Multiplier which has then created a new CAS derived from that original CAS.FlowJCasFlow_ImplBase. newCasProduced(AbstractCas newCas, java.lang.String producedBy)Overriden to check thatnewCasis an instanceofJCas. -
Uses of AbstractCas in org.apache.uima.impl
Methods in org.apache.uima.impl with type parameters of type AbstractCas Modifier and Type Method Description <T extends AbstractCas>
TUimaContext_ImplBase. getEmptyCas(java.lang.Class<T> aCasInterface)static <T extends AbstractCas>
TUtil. setupViewSwitchClassLoaders(CAS cas, boolean sofaAware, ComponentInfo componentInfo, ResourceManager resourceManager, java.lang.Class<T> casInterface)Methods in org.apache.uima.impl that return AbstractCas Modifier and Type Method Description static AbstractCasUtil. setupViewSwitchClassLoadersLockCas(CAS cas, boolean sofaAware, ComponentInfo componentInfo, ResourceManager resourceManager, java.lang.Class<? extends AbstractCas> casInterface)Methods in org.apache.uima.impl with parameters of type AbstractCas Modifier and Type Method Description voidUimaContext_ImplBase. returnedCAS(AbstractCas aCAS)Method parameters in org.apache.uima.impl with type arguments of type AbstractCas Modifier and Type Method Description static AbstractCasUtil. setupViewSwitchClassLoadersLockCas(CAS cas, boolean sofaAware, ComponentInfo componentInfo, ResourceManager resourceManager, java.lang.Class<? extends AbstractCas> casInterface) -
Uses of AbstractCas in org.apache.uima.jcas
Subinterfaces of AbstractCas in org.apache.uima.jcas Modifier and Type Interface Description interfaceJCasJava Cover Classes based Object-oriented CAS (Common Analysis System) API. -
Uses of AbstractCas in org.apache.uima.jcas.impl
Classes in org.apache.uima.jcas.impl that implement AbstractCas Modifier and Type Class Description classJCasImplimplements the supporting infrastructure for JCas model linked with a Cas. -
Uses of AbstractCas in org.apache.uima.resource
Methods in org.apache.uima.resource that return AbstractCas Modifier and Type Method Description AbstractCasCasManager. getCasInterface(CAS cas, java.lang.Class<? extends AbstractCas> requiredInterface)Gets a specified interface to a CAS.Method parameters in org.apache.uima.resource with type arguments of type AbstractCas Modifier and Type Method Description AbstractCasCasManager. getCasInterface(CAS cas, java.lang.Class<? extends AbstractCas> requiredInterface)Gets a specified interface to a CAS. -
Uses of AbstractCas in org.apache.uima.resource.impl
Methods in org.apache.uima.resource.impl with type parameters of type AbstractCas Modifier and Type Method Description static <T extends AbstractCas>
TCasManager_impl. getCasInterfaceStatic(CAS cas, java.lang.Class<T> requiredInterface)Gets a specified interface to a CAS.Methods in org.apache.uima.resource.impl that return AbstractCas Modifier and Type Method Description AbstractCasCasManager_impl. getCasInterface(CAS cas, java.lang.Class<? extends AbstractCas> requiredInterface)Gets a specified interface to a CAS.Methods in org.apache.uima.resource.impl with parameters of type AbstractCas Modifier and Type Method Description voidCasManager_impl. releaseCas(AbstractCas aCAS)Method parameters in org.apache.uima.resource.impl with type arguments of type AbstractCas Modifier and Type Method Description AbstractCasCasManager_impl. getCasInterface(CAS cas, java.lang.Class<? extends AbstractCas> requiredInterface)Gets a specified interface to a CAS. -
Uses of AbstractCas in org.apache.uima.uimacpp
Methods in org.apache.uima.uimacpp that return AbstractCas Modifier and Type Method Description AbstractCasUimacppAnalysisComponent. next()Methods in org.apache.uima.uimacpp with parameters of type AbstractCas Modifier and Type Method Description voidUimacppAnalysisComponent. process(AbstractCas aCAS)
-