Uses of Class
org.apache.uima.analysis_engine.AnalysisEngineProcessException
Packages that use AnalysisEngineProcessException
Package
Description
The Analysis Engine interface, along with supporting interfaces and exception classes.
Contains the Analysis Structure Broker (ASB) interface, along with supporting interfaces and
exception classes.
uimaFIT-enhanced base classes for UIMA components and some simple components.
Collection Processing Engine (CPE) support.
Example for an UIMA-based experiment running an analysis and evaluating the results.
Example for a simple analysis engine and pipeline.
Examples for using the
ExternalResource annotation.Example for using the
ConfigurationParameter annotation.Example for using the
ExternalResource annotation.Executing UIMA pipelines.
-
Uses of AnalysisEngineProcessException in org.apache.uima.analysis_component
Methods in org.apache.uima.analysis_component that throw AnalysisEngineProcessExceptionModifier and TypeMethodDescriptionvoidAnalysisComponent_ImplBase.batchProcessComplete()voidAnalysisComponent.batchProcessComplete()Completes the processing of a batch of CASes.voidAnalysisComponent_ImplBase.collectionProcessComplete()voidAnalysisComponent.collectionProcessComplete()Notifies this AnalysisComponent that processing of an entire collection has been completed.booleanAnalysisComponent.hasNext()Asks if this AnalysisComponent has another CAS to output.final booleanAnnotator_ImplBase.hasNext()Returns false, since annotators are not allowed to create new CAS instances.AnalysisComponent.next()Gets the next output CAS.final AbstractCasAnnotator_ImplBase.next()Throws a UIMA_IllegalStateException, since annotators are not allowed to create new CAS instances.voidAnalysisComponent.process(AbstractCas aCAS) Inputs a CAS to the AnalysisComponent.final voidCasAnnotator_ImplBase.process(AbstractCas aCAS) abstract voidInputs a CAS to the AnalysisComponent.final voidCasMultiplier_ImplBase.process(AbstractCas aCAS) abstract voidThis method should be overriden by subclasses.voidJCasAnnotator_ImplBase.process(AbstractCas aCAS) abstract voidThis method should be overriden by subclasses.final voidJCasMultiplier_ImplBase.process(AbstractCas aCAS) abstract voidThis method should be overridden by subclasses.voidCasAnnotator_ImplBase.typeSystemInit(TypeSystem aTypeSystem) Informs this annotator that the CAS TypeSystem has changed.voidCasMultiplier_ImplBase.typeSystemInit(TypeSystem aTypeSystem) Informs this annotator that the CAS TypeSystem has changed. -
Uses of AnalysisEngineProcessException in org.apache.uima.analysis_engine
Methods in org.apache.uima.analysis_engine that throw AnalysisEngineProcessExceptionModifier and TypeMethodDescriptionvoidAnalysisEngine.batchProcessComplete()Notifies this AnalysisEngine that processing of a batch has completed.voidAnalysisEngine.collectionProcessComplete()Notifies this AnalysisEngine that processing of an entire collection has completed.booleanCasIterator.hasNext()Checks if there are more CASes to be returned by the iterator.booleanJCasIterator.hasNext()Checks if there are more JCASes to be returned by the iterator.CasIterator.next()Gets the next CAS from the iterator.JCasIterator.next()Gets the next JCAS from the iterator.voidAnalysisEngine.process(AnalysisProcessData aProcessData, ResultSpecification aResultSpec) Deprecated.This is no longer used by the framework and was never intended for users to call.Invokes this AnalysisEngine's analysis logic.AnalysisEngine.process(CAS aCAS, ResultSpecification aResultSpec) Invokes this AnalysisEngine's analysis logic.voidAnalysisEngine.process(CAS aCAS, ResultSpecification aResultSpec, ProcessTrace aTrace) Invokes this AnalysisEngine's analysis logic.Similar toAnalysisEngine.process(CAS)but uses the Java-object-basedJCasinterface instead of the generalCASinterface.AnalysisEngine.process(JCas aJCas, ResultSpecification aResultSpec) Similar toAnalysisEngine.process(CAS,ResultSpecification)but uses the Java-object-basedJCasinterface instead of the generalCASinterface.voidAnalysisEngine.process(JCas aJCas, ResultSpecification aResultSpec, ProcessTrace aTrace) Similar toAnalysisEngine.process(CAS, ResultSpecification, ProcessTrace)but uses the Java-object-basedJCasinterface instead of the generalCASinterface.AnalysisEngine.processAndOutputNewCASes(CAS aCAS) Processes a CAS, possibly producing multiple CASes as a result.AnalysisEngine.processAndOutputNewCASes(JCas aJCAS) Processes a JCAS, possibly producing multiple JCASes as a result. -
Uses of AnalysisEngineProcessException in org.apache.uima.analysis_engine.asb
Methods in org.apache.uima.analysis_engine.asb that throw AnalysisEngineProcessExceptionModifier and TypeMethodDescriptionInvokes the processing of the aggregate on the given input CAS. -
Uses of AnalysisEngineProcessException in org.apache.uima.analysis_engine.asb.impl
Methods in org.apache.uima.analysis_engine.asb.impl that throw AnalysisEngineProcessExceptionModifier and TypeMethodDescriptionvoidFlowControllerContainer.collectionProcessComplete()FlowControllerContainer.computeFlow(CAS aCAS) Invokes the FlowController's computeFlow method, returning a Flow object that routes the given CAS through this aggregate.FlowContainer.newCasProduced(CAS newCAS, String producedBy) FlowContainer.next()voidFlowControllerContainer.removeAnalysisEngines(Collection<String> aKeys) Notifies this FlowController that some Analysis Engines are no longer available to route CASes to. -
Uses of AnalysisEngineProcessException in org.apache.uima.analysis_engine.impl
Methods in org.apache.uima.analysis_engine.impl that throw AnalysisEngineProcessExceptionModifier and TypeMethodDescriptionvoidAggregateAnalysisEngine_impl.batchProcessComplete()voidAnalysisEngineImplBase.batchProcessComplete()voidAnalysisEngineProcessorAdapter.batchProcessComplete()default voidAnalysisEngineProcessorStub.batchProcessComplete()Notify the stub that all items in the batch have been processed.voidMultiprocessingAnalysisEngine_impl.batchProcessComplete()voidPearAnalysisEngineWrapper.batchProcessComplete()voidPrimitiveAnalysisEngine_impl.batchProcessComplete()voidUimacppAnalysisEngineImpl.batchProcessComplete()protected CASPrimitiveAnalysisEngine_impl.callAnalysisComponentNext()Calls the Analysis Component's next() method.protected CASUimacppAnalysisEngineImpl.callAnalysisComponentNext()Calls the Analysis Component's next() method.protected voidPrimitiveAnalysisEngine_impl.callAnalysisComponentProcess(CAS aCAS) Calls the Analysis Component's process method.protected voidUimacppAnalysisEngineImpl.callAnalysisComponentProcess(CAS aCAS) Calls the Analysis Component's process method.voidAggregateAnalysisEngine_impl.collectionProcessComplete()voidAnalysisEngineImplBase.collectionProcessComplete()voidAnalysisEngineProcessorAdapter.collectionProcessComplete()default voidAnalysisEngineProcessorStub.collectionProcessComplete()Notify the stub that all items in the collection have been processed.voidMultiprocessingAnalysisEngine_impl.collectionProcessComplete()voidPearAnalysisEngineWrapper.collectionProcessComplete()voidPrimitiveAnalysisEngine_impl.collectionProcessComplete()voidUimacppAnalysisEngineImpl.collectionProcessComplete()booleanEmptyCasIterator.hasNext()booleanJCasIteratorWrapper.hasNext()EmptyCasIterator.next()JCasIteratorWrapper.next()voidAnalysisEngineImplBase.process(AnalysisProcessData aProcessData, ResultSpecification aResultSpec) Deprecated.This is no longer used by the framework and was never intended for users to call.AnalysisEngineImplBase.process(CAS aCAS, ResultSpecification aResultSpec) voidAnalysisEngineImplBase.process(CAS aCAS, ResultSpecification aResultSpec, ProcessTrace aTrace) AnalysisEngineImplBase.process(JCas aJCas, ResultSpecification aResultSpec) voidAnalysisEngineImplBase.process(JCas aJCas, ResultSpecification aResultSpec, ProcessTrace aTrace) voidPerforms service call to process an entity.MultiprocessingAnalysisEngine_impl.process(CAS aCAS, ResultSpecification aResultSpec) voidMultiprocessingAnalysisEngine_impl.process(CAS aCAS, ResultSpecification aResultSpec, ProcessTrace aTrace) MultiprocessingAnalysisEngine_impl.process(JCas aJCas, ResultSpecification aResultSpec) voidMultiprocessingAnalysisEngine_impl.process(JCas aJCas, ResultSpecification aResultSpec, ProcessTrace aTrace) AggregateAnalysisEngine_impl.processAndOutputNewCASes(CAS aCAS) AnalysisEngineImplBase.processAndOutputNewCASes(CAS aCAS) AnalysisEngineImplBase.processAndOutputNewCASes(JCas aJCas) Default implementation of processAndOutputNewCASes(JCas) method.AnalysisEngineProcessorAdapter.processAndOutputNewCASes(CAS aCAS) MultiprocessingAnalysisEngine_impl.processAndOutputNewCASes(CAS aCAS) MultiprocessingAnalysisEngine_impl.processAndOutputNewCASes(JCas aJCas) PearAnalysisEngineWrapper.processAndOutputNewCASes(CAS aCAS) PrimitiveAnalysisEngine_impl.processAndOutputNewCASes(CAS aCAS) UimacppAnalysisEngineImpl.processAndOutputNewCASes(CAS aCAS) -
Uses of AnalysisEngineProcessException in org.apache.uima.analysis_engine.impl.compatibility
Methods in org.apache.uima.analysis_engine.impl.compatibility that throw AnalysisEngineProcessExceptionModifier and TypeMethodDescriptionvoidAnnotatorAdapter.batchProcessComplete()voidCasConsumerAdapter.batchProcessComplete()voidCollectionReaderAdapter.batchProcessComplete()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) voidAnnotatorAdapter.collectionProcessComplete()voidCasConsumerAdapter.collectionProcessComplete()voidCollectionReaderAdapter.collectionProcessComplete()booleanAnnotatorAdapter.hasNext()booleanCasConsumerAdapter.hasNext()booleanCollectionReaderAdapter.hasNext()AnnotatorAdapter.next()CasConsumerAdapter.next()CollectionReaderAdapter.next()voidCollectionReaderAdapter.next(AbstractCas aEmptyCas) voidAnnotatorAdapter.process(AbstractCas aCAS) voidCasConsumerAdapter.process(AbstractCas aCAS) voidCollectionReaderAdapter.process(AbstractCas aCAS) -
Uses of AnalysisEngineProcessException in org.apache.uima.analysis_engine.service.impl
Methods in org.apache.uima.analysis_engine.service.impl that throw AnalysisEngineProcessExceptionModifier and TypeMethodDescriptionvoidAnalysisEngineServiceAdapter.batchProcessComplete()voidAnalysisEngineServiceAdapter.collectionProcessComplete()AnalysisEngineServiceAdapter.processAndOutputNewCASes(CAS aCAS) -
Uses of AnalysisEngineProcessException in org.apache.uima.collection.impl.cpm.container.deployer.socket
Methods in org.apache.uima.collection.impl.cpm.container.deployer.socket that throw AnalysisEngineProcessExceptionModifier and TypeMethodDescriptionSocketTransport.getProcessingResourceMetaData(Socket aSocket) Returns metadata associated with the fenced CasProcessor.Invokes fenced CasProcessor. -
Uses of AnalysisEngineProcessException in org.apache.uima.fit.component
Methods in org.apache.uima.fit.component that throw AnalysisEngineProcessExceptionModifier and TypeMethodDescriptionstatic JCasViewCreatorAnnotator.createViewSafely(JCas aJCas, String aViewName) Provides a simple call that allows you to safely create a view if it has not been created yet.voidvoidvoidvoid -
Uses of AnalysisEngineProcessException in org.apache.uima.fit.cpe
Methods in org.apache.uima.fit.cpe that throw AnalysisEngineProcessExceptionModifier and TypeMethodDescriptionstatic voidCpePipeline.runPipeline(int parallelism, CollectionReaderDescription readerDesc, AnalysisEngineDescription... descs) Run the CollectionReader and AnalysisEngines as a multi-threaded pipeline.static voidCpePipeline.runPipeline(CollectionReaderDescription readerDesc, AnalysisEngineDescription... descs) Run the CollectionReader and AnalysisEngines as a multi-threaded pipeline. -
Uses of AnalysisEngineProcessException in org.apache.uima.fit.examples.experiment.pos
Methods in org.apache.uima.fit.examples.experiment.pos that throw AnalysisEngineProcessException -
Uses of AnalysisEngineProcessException in org.apache.uima.fit.examples.getstarted
Methods in org.apache.uima.fit.examples.getstarted that throw AnalysisEngineProcessException -
Uses of AnalysisEngineProcessException in org.apache.uima.fit.examples.resource
Methods in org.apache.uima.fit.examples.resource that throw AnalysisEngineProcessException -
Uses of AnalysisEngineProcessException in org.apache.uima.fit.examples.tutorial.ex2
Methods in org.apache.uima.fit.examples.tutorial.ex2 that throw AnalysisEngineProcessException -
Uses of AnalysisEngineProcessException in org.apache.uima.fit.examples.tutorial.ex6
Methods in org.apache.uima.fit.examples.tutorial.ex6 that throw AnalysisEngineProcessException -
Uses of AnalysisEngineProcessException in org.apache.uima.fit.pipeline
Methods in org.apache.uima.fit.pipeline that throw AnalysisEngineProcessExceptionModifier and TypeMethodDescriptionvoidJCasIterator.collectionProcessComplete()Notify analysis engines that the collection process is complete.static voidSimplePipeline.runPipeline(CAS cas, AnalysisEngine... engines) Run a sequence ofanalysis enginesover aCAS.static voidSimplePipeline.runPipeline(CAS aCas, AnalysisEngineDescription... aDescs) Run a sequence ofanalysis enginesover aJCas.static voidSimplePipeline.runPipeline(CollectionReaderDescription readerDesc, AnalysisEngineDescription... descs) Run the CollectionReader and AnalysisEngines as a pipeline.static voidSimplePipeline.runPipeline(CollectionReader reader, AnalysisEngine... engines) Provides a simple way to run a pipeline for a given collection reader and sequence of analysis engines.static voidSimplePipeline.runPipeline(CollectionReader reader, AnalysisEngineDescription... descs) Run the CollectionReader and AnalysisEngines as a pipeline.static voidSimplePipeline.runPipeline(JCas jCas, AnalysisEngine... engines) Run a sequence ofanalysis enginesover aJCas.static voidSimplePipeline.runPipeline(JCas jCas, AnalysisEngineDescription... descs) Run a sequence ofanalysis enginesover aJCas.static voidSimplePipeline.runPipeline(ResourceManager aResMgr, CollectionReader reader, AnalysisEngine... engines) Provides a simple way to run a pipeline for a given collection reader and sequence of analysis engines. -
Uses of AnalysisEngineProcessException in org.apache.uima.fit.util
Methods in org.apache.uima.fit.util that throw AnalysisEngineProcessExceptionModifier and TypeMethodDescriptionstatic voidLifeCycleUtil.collectionProcessComplete(AnalysisEngine... engines) Notify a set ofanalysis enginesthat the collection process is complete. -
Uses of AnalysisEngineProcessException in org.apache.uima.flow
Methods in org.apache.uima.flow that throw AnalysisEngineProcessExceptionModifier and TypeMethodDescriptionvoidFlowController_ImplBase.batchProcessComplete()voidFlowController.batchProcessComplete()Completes the processing of a batch of CASes.voidFlowController_ImplBase.collectionProcessComplete()voidFlowController.collectionProcessComplete()Notifies this component that processing of an entire collection has been completed.final FlowCasFlowController_ImplBase.computeFlow(AbstractCas aCAS) Overriden to check thataCASis an instanceofCAS.abstract FlowCasFlowController_ImplBase.computeFlow(CAS aCAS) This method must be overriden by subclasses.FlowController.computeFlow(AbstractCas aCAS) Invokes this FlowController on a CAS.final FlowJCasFlowController_ImplBase.computeFlow(AbstractCas aCAS) Overriden to check thataCASis an instanceofJCas.abstract FlowJCasFlowController_ImplBase.computeFlow(JCas aJCas) This method must be overriden by subclasses.final FlowCasFlow_ImplBase.newCasProduced(AbstractCas newCas, String producedBy) Overridden to check thatnewCasis an instanceofCAS.protected FlowCasFlow_ImplBase.newCasProduced(CAS newCas, String producedBy) By default, throws an exception to indicate this this Flow object does not support new CASes being produced in the middle of the flow.Flow.newCasProduced(AbstractCas newCas, 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.final FlowJCasFlow_ImplBase.newCasProduced(AbstractCas newCas, String producedBy) Overriden to check thatnewCasis an instanceofJCas.protected FlowJCasFlow_ImplBase.newCasProduced(JCas newCas, String producedBy) By default, throws an exception to indicate this this Flow object does not support new CASes being produced in the middle of the flow.Flow.next()Gets the next destination for the CAS.voidFlowController_ImplBase.removeAnalysisEngines(Collection<String> aKeys) Throws an AnalysisEngineProcessException by default.voidFlowController.removeAnalysisEngines(Collection<String> aKeys) Notifies this FlowController that some Analysis Engines are no longer available to route CASes to.voidCasFlowController_ImplBase.typeSystemInit(TypeSystem aTypeSystem) This method may be overriden by subclasses. -
Uses of AnalysisEngineProcessException in org.apache.uima.flow.impl
Methods in org.apache.uima.flow.impl that throw AnalysisEngineProcessExceptionModifier and TypeMethodDescriptionCapabilityLanguageFlowController.computeFlow(CAS aCAS) FixedFlowController.computeFlow(CAS aCAS) voidFixedFlowController.removeAnalysisEngines(Collection<String> aKeys) -
Uses of AnalysisEngineProcessException in org.apache.uima.internal.util
Methods in org.apache.uima.internal.util that throw AnalysisEngineProcessExceptionModifier and TypeMethodDescriptionvoidAnalysisEnginePool.batchProcessComplete()Calls batchProcessComplete on all AEs in pool.voidAnalysisEnginePool.collectionProcessComplete()Calls collectionProcessComplete on all AEs in pool. -
Uses of AnalysisEngineProcessException in org.apache.uima.it.pear_with_typesystem
Methods in org.apache.uima.it.pear_with_typesystem that throw AnalysisEngineProcessException -
Uses of AnalysisEngineProcessException in org.apache.uima.tools.components
Methods in org.apache.uima.tools.components that throw AnalysisEngineProcessException -
Uses of AnalysisEngineProcessException in org.apache.uima.uimacpp
Methods in org.apache.uima.uimacpp that throw AnalysisEngineProcessExceptionModifier and TypeMethodDescriptionvoidUimacppAnalysisComponent.batchProcessComplete()voidUimacppAnalysisComponent.collectionProcessComplete()booleanUimacppAnalysisComponent.hasNext()UimacppAnalysisComponent.next()voidUimacppAnalysisComponent.process(AbstractCas aCAS) void