Uses of Interface
org.apache.uima.collection.metadata.CasProcessorExecutable
Packages that use CasProcessorExecutable
Package
Description
The main package for the Unstructured Information Management Middleware
Architecture.
Java object representation of a CPE Descriptor.
Contains reference implementations of the interfaces in
org.apache.uima
.-
Uses of CasProcessorExecutable in org.apache.uima
Methods in org.apache.uima that return CasProcessorExecutable -
Uses of CasProcessorExecutable in org.apache.uima.collection.impl.metadata.cpe
Classes in org.apache.uima.collection.impl.metadata.cpe that implement CasProcessorExecutableMethods in org.apache.uima.collection.impl.metadata.cpe that return CasProcessorExecutableModifier and TypeMethodDescriptionCasProcessorRunInSeperateProcessImpl.getExec()
CasProcessorRunInSeperateProcessImpl.getExecutable()
static CasProcessorExecutable
CpeDescriptorFactory.produceCasProcessorExecutable()
Methods in org.apache.uima.collection.impl.metadata.cpe with parameters of type CasProcessorExecutableModifier and TypeMethodDescriptionvoid
CasProcessorRunInSeperateProcessImpl.setExec
(CasProcessorExecutable executable) void
CasProcessorRunInSeperateProcessImpl.setExecutable
(CasProcessorExecutable aExec) -
Uses of CasProcessorExecutable in org.apache.uima.collection.metadata
Methods in org.apache.uima.collection.metadata that return CasProcessorExecutableModifier and TypeMethodDescriptionCasProcessorRunInSeperateProcess.getExecutable()
ReturnsCasProcessorExecutable
program used by the CPE to launch CasProcessor.Methods in org.apache.uima.collection.metadata with parameters of type CasProcessorExecutableModifier and TypeMethodDescriptionvoid
CasProcessorRunInSeperateProcess.setExecutable
(CasProcessorExecutable aExec) SetsCasProcessorExecutable
executable program used by the CPE to launch CasProcessor. -
Uses of CasProcessorExecutable in org.apache.uima.impl
Methods in org.apache.uima.impl that return CasProcessorExecutable