Uses of Interface
org.apache.uima.collection.metadata.CpeCasProcessor
-
Packages that use CpeCasProcessor Package Description org.apache.uima.collection.impl.cpm.container org.apache.uima.collection.impl.cpm.container.deployer org.apache.uima.collection.impl.metadata.cpe org.apache.uima.collection.metadata Java object representation of a CPE Descriptor.org.apache.uima.tools.cpm -
-
Uses of CpeCasProcessor in org.apache.uima.collection.impl.cpm.container
Fields in org.apache.uima.collection.impl.cpm.container declared as CpeCasProcessor Modifier and Type Field Description private CpeCasProcessor
NetworkCasProcessorImpl. casProcessorType
Methods in org.apache.uima.collection.impl.cpm.container that return CpeCasProcessor Modifier and Type Method Description private CpeCasProcessor
CPEFactory. addCasProcessor(java.lang.String aCasProcessorName)
Adds new Cas Processor with given name.Methods in org.apache.uima.collection.impl.cpm.container with parameters of type CpeCasProcessor Modifier and Type Method Description private 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, java.lang.String aName)
Copy cas processor.java.net.URL
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 CpeCasProcessor Constructor Description CasObjectNetworkCasProcessorImpl(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 CpeCasProcessor Modifier and Type Method Description protected 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 java.lang.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 CpeCasProcessor Constructor Description JavaApplication(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 CpeCasProcessor Modifier and Type Class Description class
CasProcessorCpeObject
Base class for all CpeCasProcessor objects in the reference implementation.class
CpeIntegratedCasProcessorImpl
The Class CpeIntegratedCasProcessorImpl.class
CpeLocalCasProcessorImpl
The Class CpeLocalCasProcessorImpl.class
CpeRemoteCasProcessorImpl
The Class CpeRemoteCasProcessorImpl.Methods in org.apache.uima.collection.impl.metadata.cpe that return CpeCasProcessor Modifier and Type Method Description CpeCasProcessor[]
CpeCasProcessorsImpl. getAllCpeCasProcessors()
CpeCasProcessor
CpeCasProcessorsImpl. getCpeCasProcessor(int aPosition)
CpeCasProcessor[]
CpeCasProcessorsImpl. removeCpeCasProcessor(int aPosition, boolean flag)
New API 01/06/2006.Methods in org.apache.uima.collection.impl.metadata.cpe with parameters of type CpeCasProcessor Modifier and Type Method Description void
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.metadata Modifier and Type Interface Description interface
CpeIntegratedCasProcessor
An object that holds configuration that is part of the CPE descriptor.interface
CpeLocalCasProcessor
An object that holds configuration that is part of the CPE descriptor.interface
CpeRemoteCasProcessor
An object that holds configuration that is part of the CPE descriptor.Methods in org.apache.uima.collection.metadata that return CpeCasProcessor Modifier and Type Method Description CpeCasProcessor[]
CpeCasProcessors. getAllCpeCasProcessors()
Returns ALLCpeCasProcessor
objects in processing pipeline.CpeCasProcessor
CpeCasProcessors. getCpeCasProcessor(int aPosition)
ReturnsCpeCasProcessor
found at given position.Methods in org.apache.uima.collection.metadata with parameters of type CpeCasProcessor Modifier and Type Method Description void
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 CpeCasProcessor Modifier and Type Method Description private boolean
CpmPanel. addAE(CpeCasProcessor cpeCasProc)
Adds the AE.private boolean
CpmPanel. addConsumer(CpeCasProcessor cpeCasProc)
Adds the consumer.
-