Uses of Class
org.apache.uima.collection.impl.cpm.engine.CPECasPool
-
Packages that use CPECasPool Package Description org.apache.uima.collection.impl.cpm.engine -
-
Uses of CPECasPool in org.apache.uima.collection.impl.cpm.engine
Fields in org.apache.uima.collection.impl.cpm.engine declared as CPECasPool Modifier and Type Field Description CPECasPoolCPMEngine. casPoolprotected CPECasPoolNonThreadedProcessingUnit. casPoolprotected CPECasPoolProcessingUnit. casPoolMethods in org.apache.uima.collection.impl.cpm.engine with parameters of type CPECasPool Modifier and Type Method Description voidNonThreadedProcessingUnit. setCasPool(CPECasPool aPool)voidProcessingUnit. setCasPool(CPECasPool aPool)Constructors in org.apache.uima.collection.impl.cpm.engine with parameters of type CPECasPool Constructor Description ArtifactProducer(CPMEngine acpm, CPECasPool aPool)Construct instance of this class with a reference to the cpe engine and a pool of cas'es.
-