Uses of Interface
org.apache.uima.collection.impl.base_cpm.container.CasProcessorController
-
Packages that use CasProcessorController Package Description org.apache.uima.collection.impl.base_cpm.container org.apache.uima.collection.impl.cpm.container -
-
Uses of CasProcessorController in org.apache.uima.collection.impl.base_cpm.container
Classes in org.apache.uima.collection.impl.base_cpm.container that implement CasProcessorController Modifier and Type Class Description class
ProcessingContainer
Base interface for implementing a Container object responsible for managing Cas Processor instances at runtime. -
Uses of CasProcessorController in org.apache.uima.collection.impl.cpm.container
Classes in org.apache.uima.collection.impl.cpm.container that implement CasProcessorController Modifier and Type Class Description class
ProcessingContainer_Impl
Manages a pool of CasProcessor instances.
-