Uses of Interface
org.apache.uima.collection.metadata.CpeCasProcessor
Package
Description
Java object representation of a CPE Descriptor.
-
Uses of CpeCasProcessor in org.apache.uima.collection.impl.cpm.container
Modifier and TypeMethodDescriptionCPEFactory.getDescriptorURL
(CpeCasProcessor aCasProcessorCfg) Returns a descriptor path associated with Cas Processor.ModifierConstructorDescriptionCasObjectNetworkCasProcessorImpl
(CpeCasProcessor aCasProcessor) Using information from the CPE descriptor creates an instance of Transport class.CasProcessorConfigurationJAXBImpl
(CpeCasProcessor aCasProcessorConfig, ResourceManager aResourceManager) Initializes instance and copies configuration 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
Modifier 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 descriptorModifierConstructorDescriptionJavaApplication
(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
Modifier and TypeClassDescriptionclass
Base class for all CpeCasProcessor objects in the reference implementation.class
The Class CpeIntegratedCasProcessorImpl.class
The Class CpeLocalCasProcessorImpl.class
The Class CpeRemoteCasProcessorImpl.Modifier and TypeMethodDescriptionCpeCasProcessorsImpl.getAllCpeCasProcessors()
CpeCasProcessorsImpl.getCpeCasProcessor
(int aPosition) CpeCasProcessorsImpl.removeCpeCasProcessor
(int aPosition, boolean flag) New API 01/06/2006.Modifier 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
Modifier 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.Modifier and TypeMethodDescriptionCpeCasProcessors.getAllCpeCasProcessors()
Returns ALLCpeCasProcessor
objects in processing pipeline.CpeCasProcessors.getCpeCasProcessor
(int aPosition) ReturnsCpeCasProcessor
found at given position.Modifier 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.