Uses of Interface
org.apache.uima.collection.metadata.CasProcessorExecutable
-
Packages that use CasProcessorExecutable Package Description org.apache.uima Apache UIMAorg.apache.uima.collection.impl.metadata.cpe org.apache.uima.collection.metadata Java object representation of a CPE Descriptor.org.apache.uima.impl Apache UIMA internals -
-
Uses of CasProcessorExecutable in org.apache.uima
Methods in org.apache.uima that return CasProcessorExecutable Modifier and Type Method Description CasProcessorExecutable
ResourceSpecifierFactory. 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 class
CasProcessorExecutableImpl
The Class CasProcessorExecutableImpl.Fields in org.apache.uima.collection.impl.metadata.cpe declared as CasProcessorExecutable Modifier and Type Field Description private CasProcessorExecutable
CasProcessorRunInSeperateProcessImpl. exec
The exec.Methods in org.apache.uima.collection.impl.metadata.cpe that return CasProcessorExecutable Modifier and Type Method Description CasProcessorExecutable
CasProcessorRunInSeperateProcessImpl. getExec()
Gets the exec.CasProcessorExecutable
CasProcessorRunInSeperateProcessImpl. getExecutable()
static CasProcessorExecutable
CpeDescriptorFactory. produceCasProcessorExecutable()
Produce cas processor executable.Methods in org.apache.uima.collection.impl.metadata.cpe with parameters of type CasProcessorExecutable Modifier and Type Method Description void
CasProcessorRunInSeperateProcessImpl. setExec(CasProcessorExecutable executable)
Sets the exec.void
CasProcessorRunInSeperateProcessImpl. 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 CasProcessorExecutable
CasProcessorRunInSeperateProcess. getExecutable()
ReturnsCasProcessorExecutable
program used by the CPE to launch CasProcessor.Methods in org.apache.uima.collection.metadata with parameters of type CasProcessorExecutable Modifier and Type Method Description void
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 Modifier and Type Method Description CasProcessorExecutable
ResourceSpecifierFactory_impl. createExec()
-