Uses of Class
org.apache.uima.collection.impl.cpm.engine.CPECasPool
-
Uses of CPECasPool in org.apache.uima.collection.impl.cpm.engine
Modifier and TypeFieldDescriptionCPMEngine.casPool
The CAS pool.protected CPECasPool
NonThreadedProcessingUnit.casPool
The cas pool.protected CPECasPool
ProcessingUnit.casPool
The cas pool.Modifier and TypeMethodDescriptionvoid
NonThreadedProcessingUnit.setCasPool
(CPECasPool aPool) Sets the cas pool.void
ProcessingUnit.setCasPool
(CPECasPool aPool) Sets the cas pool.ModifierConstructorDescriptionArtifactProducer
(CPMEngine acpm, CPECasPool aPool) Construct instance of this class with a reference to the cpe engine and a pool of cas'es.