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 TypeFieldDescriptionCPMEngine.casPoolprotected CPECasPoolNonThreadedProcessingUnit.casPoolprotected CPECasPoolProcessingUnit.casPoolMethods in org.apache.uima.collection.impl.cpm.engine with parameters of type CPECasPoolModifier and TypeMethodDescriptionvoidNonThreadedProcessingUnit.setCasPool(CPECasPool aPool) voidProcessingUnit.setCasPool(CPECasPool aPool) 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.