Uses of Class
org.apache.uima.collection.impl.cpm.engine.ProcessingUnit
-
Packages that use ProcessingUnit Package Description org.apache.uima.collection.impl.cpm.engine -
-
Uses of ProcessingUnit in org.apache.uima.collection.impl.cpm.engine
Fields in org.apache.uima.collection.impl.cpm.engine declared as ProcessingUnit Modifier and Type Field Description private ProcessingUnitCPMEngine. casConsumerPUThe cas consumer PU.protected ProcessingUnit[]CPMEngine. processingUnitsThe processing units.Methods in org.apache.uima.collection.impl.cpm.engine that return ProcessingUnit Modifier and Type Method Description private ProcessingUnitCPMEngine. producePU(java.lang.String aClassName)Instantiate custom Processing Pipeline.Methods in org.apache.uima.collection.impl.cpm.engine with parameters of type ProcessingUnit Modifier and Type Method Description (package private) voidCPMEngine. processingUnitShutdown(ProcessingUnit unit)Called from the ProcessingUnits when they shutdown due to having received the EOFToken.
-