Uses of Interface
org.apache.uima.collection.metadata.CpeCasProcessor
Packages that use CpeCasProcessor
Package
Description
Java object representation of a CPE Descriptor.
-
Uses of CpeCasProcessor in org.apache.uima.collection.impl.cpm.container
Fields in org.apache.uima.collection.impl.cpm.container declared as CpeCasProcessorModifier and TypeFieldDescriptionprivate CpeCasProcessor
NetworkCasProcessorImpl.casProcessorType
Methods in org.apache.uima.collection.impl.cpm.container that return CpeCasProcessorModifier and TypeMethodDescriptionprivate CpeCasProcessor
CPEFactory.addCasProcessor
(String aCasProcessorName) Adds new Cas Processor with given name.Methods in org.apache.uima.collection.impl.cpm.container with parameters of type CpeCasProcessorModifier and TypeMethodDescriptionprivate void
CasProcessorConfigurationJAXBImpl.addBatchSize
(CpeCasProcessor aCasProcessorConfig) Copies batch size associated with this Cas Processorprivate void
CasProcessorConfigurationJAXBImpl.addDeploymentParameters
(CpeCasProcessor aCasProcessorConfig) Copies deployment parameters associated with this Cas Processor These parameters are used to construct appropriate command line for launching the Cas Processor in external processprivate void
CasProcessorConfigurationJAXBImpl.addDeploymentType
(CpeCasProcessor aCasProcessorConfig) Copies deployment type associated with this Cas Processorprivate void
CasProcessorConfigurationJAXBImpl.addDescriptor
(CpeCasProcessor aCasProcessorConfig) Copies path of the Cas Processor descriptor.private void
CasProcessorConfigurationJAXBImpl.addErrorHandling
(CpeCasProcessor aCasProcessorConfig) Copies Error handling settingsprivate void
CasProcessorConfigurationJAXBImpl.addFiltering
(CpeCasProcessor aCasProcessorConfig) Copies filter expression used during processing.private void
CasProcessorConfigurationJAXBImpl.addIsJavaProcess
(CpeCasProcessor aCasProcessorConfig) Determines if this Cas Processor should run in java jvm.private void
CasProcessorConfigurationJAXBImpl.addRunInSeparateProcess
(CpeCasProcessor aCasProcessorConfig) Copies runtime informationprivate void
CPEFactory.copyCasProcessor
(CpeCasProcessor aProcDesc, String aName) Copy cas processor.CPEFactory.getDescriptorURL
(CpeCasProcessor aCasProcessorCfg) Returns a descriptor path associated with Cas Processor.private CasProcessor
CPEFactory.produceIntegratedCasProcessor
(CpeCasProcessor aCasProcessorType) Instantiates integrated Cas Processor.private CasProcessor
CPEFactory.produceLocalCasProcessor
(CpeCasProcessor aCasProcessorCfg) Instantiates a local (managed) Cas Processor.private CasProcessor
CPEFactory.produceRemoteCasProcessor
(CpeCasProcessor aCasProcessorType) Instantiates remote Cas Processor.Constructors in org.apache.uima.collection.impl.cpm.container with parameters of type CpeCasProcessorModifierConstructorDescriptionCasObjectNetworkCasProcessorImpl
(CpeCasProcessor aCasProcessor) Using information from the CPE descriptor creates an instance of Transport class.CasProcessorConfigurationJAXBImpl
(CpeCasProcessor aCasProcessorConfig, ResourceManager aResourceManager) Initializes instance and copies configuation from cpe descriptor.NetworkCasProcessorImpl
(CpeCasProcessor aCasProcessorType) Initializes this instance with configuration defined in the CPE descriptor. -
Uses of CpeCasProcessor in org.apache.uima.collection.impl.cpm.container.deployer
Methods in org.apache.uima.collection.impl.cpm.container.deployer with parameters of type CpeCasProcessorModifier and TypeMethodDescriptionprotected void
JavaApplication.addApplicationInfo
(CasProcessorConfiguration aCasProcessorConfiguration, CpeCasProcessor aCasProcessor) Sets up command line used to launch Cas Processor in a separate process.protected void
NonJavaApplication.addApplicationInfo
(CasProcessorConfiguration aCasProcessorConfiguration, CpeCasProcessor aCasProcessor) Sets up command line used to launch Cas Processor in a seperate process.protected void
RunnableApplication.addApplicationInfo
(CasProcessorConfiguration aCasProcessorConfiguration, CpeCasProcessor aCasProcessor) Sets up command line used to launch Cas Processor in a separate process.static CasProcessorDeployer
DeployFactory.getDeployer
(CPEFactory aCpeFactory, CpeCasProcessor aCasProcessorConfig, ProcessControllerAdapter aPca) Returns aCasProcessorDeployer
object that specializes in deploying components as either local, remote, or integrated.static String
DeployFactory.getProtocol
(CpeCasProcessor aCasProcessorConfig, ResourceManager aResourceManager) Retrieve protocol from the service descriptorConstructors in org.apache.uima.collection.impl.cpm.container.deployer with parameters of type CpeCasProcessorModifierConstructorDescriptionJavaApplication
(CasProcessorConfiguration aCasProcessorConfiguration, CpeCasProcessor aJaxbCasProcessorConfig) Creates an instance of component responsible for configuring java based CasProcessor.NonJavaApplication
(CasProcessorConfiguration aCasProcessorConfiguration, CpeCasProcessor aCasProcessorConfig) -
Uses of CpeCasProcessor in org.apache.uima.collection.impl.metadata.cpe
Classes in org.apache.uima.collection.impl.metadata.cpe that implement CpeCasProcessorModifier and TypeClassDescriptionclass
Base class for all CpeCasProcessor objects in the reference implementation.class
The Class CpeIntegratedCasProcessorImpl.class
The Class CpeLocalCasProcessorImpl.class
The Class CpeRemoteCasProcessorImpl.Methods in org.apache.uima.collection.impl.metadata.cpe that return CpeCasProcessorModifier and TypeMethodDescriptionCpeCasProcessorsImpl.getAllCpeCasProcessors()
CpeCasProcessorsImpl.getCpeCasProcessor
(int aPosition) CpeCasProcessorsImpl.removeCpeCasProcessor
(int aPosition, boolean flag) New API 01/06/2006.Methods in org.apache.uima.collection.impl.metadata.cpe with parameters of type CpeCasProcessorModifier and TypeMethodDescriptionvoid
CpeDescriptionImpl.addCasProcessor
(int index, CpeCasProcessor aCasProcessor) void
CpeDescriptionImpl.addCasProcessor
(CpeCasProcessor aCasProcessor) void
CpeCasProcessorsImpl.addCpeCasProcessor
(CpeCasProcessor aCasProcessor) void
CpeCasProcessorsImpl.addCpeCasProcessor
(CpeCasProcessor aCasProcessor, int aInsertPosition) void
CpeCasProcessorsImpl.setAllCpeCasProcessors
(CpeCasProcessor[] aCpeProcessors) Sets the all cpe cas processors. -
Uses of CpeCasProcessor in org.apache.uima.collection.metadata
Subinterfaces of CpeCasProcessor in org.apache.uima.collection.metadataModifier and TypeInterfaceDescriptioninterface
An object that holds configuration that is part of the CPE descriptor.interface
An object that holds configuration that is part of the CPE descriptor.interface
An object that holds configuration that is part of the CPE descriptor.Methods in org.apache.uima.collection.metadata that return CpeCasProcessorModifier and TypeMethodDescriptionCpeCasProcessors.getAllCpeCasProcessors()
Returns ALLCpeCasProcessor
objects in processing pipeline.CpeCasProcessors.getCpeCasProcessor
(int aPosition) ReturnsCpeCasProcessor
found at given position.Methods in org.apache.uima.collection.metadata with parameters of type CpeCasProcessorModifier and TypeMethodDescriptionvoid
CpeDescription.addCasProcessor
(int index, CpeCasProcessor aCasProcessor) Adds a instance ofCpeCasProcessor
at a specified location in the list of CPE CasProcessors.void
CpeDescription.addCasProcessor
(CpeCasProcessor aCasProcessor) Appends a instance ofCpeCasProcessor
to the end of the list containing CPE CasProcessors.void
CpeCasProcessors.addCpeCasProcessor
(CpeCasProcessor aCasProcessor) Appends new CasProcessor to existing list of CasProcessorsvoid
CpeCasProcessors.addCpeCasProcessor
(CpeCasProcessor aCasProcessor, int aInsertPosition) Inserts a new CasProcessor at an indicated position. -
Uses of CpeCasProcessor in org.apache.uima.tools.cpm
Methods in org.apache.uima.tools.cpm with parameters of type CpeCasProcessorModifier and TypeMethodDescriptionprivate boolean
CpmPanel.addAE
(CpeCasProcessor cpeCasProc) Adds the AE.private boolean
CpmPanel.addConsumer
(CpeCasProcessor cpeCasProc) Adds the consumer.