Uses of Interface
org.apache.uima.collection.metadata.CasProcessorExecutable
Packages that use CasProcessorExecutable
Package
Description
Apache UIMA
Java object representation of a CPE Descriptor.
Apache UIMA internals
- 
Uses of CasProcessorExecutable in org.apache.uimaMethods in org.apache.uima that return CasProcessorExecutable
- 
Uses of CasProcessorExecutable in org.apache.uima.collection.impl.metadata.cpeClasses in org.apache.uima.collection.impl.metadata.cpe that implement CasProcessorExecutableModifier and TypeClassDescriptionclassThe Class CasProcessorExecutableImpl.Methods in org.apache.uima.collection.impl.metadata.cpe that return CasProcessorExecutableModifier and TypeMethodDescriptionCasProcessorRunInSeperateProcessImpl.getExec()Gets the exec.CasProcessorRunInSeperateProcessImpl.getExecutable()static CasProcessorExecutableCpeDescriptorFactory.produceCasProcessorExecutable()Produce cas processor executable.Methods in org.apache.uima.collection.impl.metadata.cpe with parameters of type CasProcessorExecutableModifier and TypeMethodDescriptionvoidCasProcessorRunInSeperateProcessImpl.setExec(CasProcessorExecutable executable) Sets the exec.voidCasProcessorRunInSeperateProcessImpl.setExecutable(CasProcessorExecutable aExec) 
- 
Uses of CasProcessorExecutable in org.apache.uima.collection.metadataMethods in org.apache.uima.collection.metadata that return CasProcessorExecutableModifier and TypeMethodDescriptionCasProcessorRunInSeperateProcess.getExecutable()ReturnsCasProcessorExecutableprogram used by the CPE to launch CasProcessor.Methods in org.apache.uima.collection.metadata with parameters of type CasProcessorExecutableModifier and TypeMethodDescriptionvoidCasProcessorRunInSeperateProcess.setExecutable(CasProcessorExecutable aExec) SetsCasProcessorExecutableexecutable program used by the CPE to launch CasProcessor.
- 
Uses of CasProcessorExecutable in org.apache.uima.implMethods in org.apache.uima.impl that return CasProcessorExecutable