Uses of Class
org.apache.uima.collection.impl.cpm.BaseCPMImpl
-
Packages that use BaseCPMImpl Package Description org.apache.uima.collection.impl org.apache.uima.collection.impl.cpm -
-
Uses of BaseCPMImpl in org.apache.uima.collection.impl
Fields in org.apache.uima.collection.impl declared as BaseCPMImpl Modifier and Type Field Description private BaseCPMImpl
CollectionProcessingEngine_impl. mCPM
CPM instance that handles the processingMethods in org.apache.uima.collection.impl that return BaseCPMImpl Modifier and Type Method Description protected BaseCPMImpl
CollectionProcessingEngine_impl. getCPM()
-
Uses of BaseCPMImpl in org.apache.uima.collection.impl.cpm
Subclasses of BaseCPMImpl in org.apache.uima.collection.impl.cpm Modifier and Type Class Description class
CPMImpl
Fields in org.apache.uima.collection.impl.cpm declared as BaseCPMImpl Modifier and Type Field Description private BaseCPMImpl
Checkpoint. cpm
The cpm.Constructors in org.apache.uima.collection.impl.cpm with parameters of type BaseCPMImpl Constructor Description Checkpoint(BaseCPMImpl aCpm, java.lang.String aFilename, long aCheckpointFrequency)
Initialize the checkpoint with a reference to controlling cpe, the file where the checkpoint is to be stored, and the frequency of checkpoints.
-