Uses of Class
org.apache.uima.collection.impl.cpm.engine.CPECasPool
Packages that use CPECasPool
-
Uses of CPECasPool in org.apache.uima.collection.impl.cpm.engine
Fields in org.apache.uima.collection.impl.cpm.engine declared as CPECasPoolModifier and TypeFieldDescriptionprivate CPECasPoolArtifactProducer.casPoolThe cas pool.CPMEngine.casPoolThe CAS pool.protected CPECasPoolNonThreadedProcessingUnit.casPoolThe cas pool.protected CPECasPoolProcessingUnit.casPoolThe cas pool.Methods in org.apache.uima.collection.impl.cpm.engine with parameters of type CPECasPoolModifier and TypeMethodDescriptionvoidNonThreadedProcessingUnit.setCasPool(CPECasPool aPool) Sets the cas pool.voidProcessingUnit.setCasPool(CPECasPool aPool) Sets the cas pool.Constructors in org.apache.uima.collection.impl.cpm.engine with parameters of type CPECasPoolModifierConstructorDescriptionArtifactProducer(CPMEngine acpm, CPECasPool aPool) Construct instance of this class with a reference to the cpe engine and a pool of cas'es.