Uses of Interface
org.apache.uima.collection.metadata.CasProcessorExecutable
-
Packages that use CasProcessorExecutable Package Description org.apache.uima The main package for the Unstructured Information Management Middleware Architecture.org.apache.uima.collection.impl.metadata.cpe org.apache.uima.collection.metadata Java object representation of a CPE Descriptor.org.apache.uima.impl Contains reference implementations of the interfaces inorg.apache.uima. -
-
Uses of CasProcessorExecutable in org.apache.uima
Methods in org.apache.uima that return CasProcessorExecutable Modifier and Type Method Description CasProcessorExecutableResourceSpecifierFactory. createExec() -
Uses of CasProcessorExecutable in org.apache.uima.collection.impl.metadata.cpe
Classes in org.apache.uima.collection.impl.metadata.cpe that implement CasProcessorExecutable Modifier and Type Class Description classCasProcessorExecutableImplMethods in org.apache.uima.collection.impl.metadata.cpe that return CasProcessorExecutable Modifier and Type Method Description CasProcessorExecutableCasProcessorRunInSeperateProcessImpl. getExec()CasProcessorExecutableCasProcessorRunInSeperateProcessImpl. getExecutable()static CasProcessorExecutableCpeDescriptorFactory. produceCasProcessorExecutable()Methods in org.apache.uima.collection.impl.metadata.cpe with parameters of type CasProcessorExecutable Modifier and Type Method Description voidCasProcessorRunInSeperateProcessImpl. setExec(CasProcessorExecutable executable)voidCasProcessorRunInSeperateProcessImpl. setExecutable(CasProcessorExecutable aExec) -
Uses of CasProcessorExecutable in org.apache.uima.collection.metadata
Methods in org.apache.uima.collection.metadata that return CasProcessorExecutable Modifier and Type Method Description CasProcessorExecutableCasProcessorRunInSeperateProcess. getExecutable()ReturnsCasProcessorExecutableprogram used by the CPE to launch CasProcessor.Methods in org.apache.uima.collection.metadata with parameters of type CasProcessorExecutable Modifier and Type Method Description voidCasProcessorRunInSeperateProcess. setExecutable(CasProcessorExecutable aExec)SetsCasProcessorExecutableexecutable 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 Modifier and Type Method Description CasProcessorExecutableResourceSpecifierFactory_impl. createExec()
-