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
Methods in org.apache.uima.collection.impl that return BaseCPMImpl Modifier and Type Method Description protected BaseCPMImplCollectionProcessingEngine_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 classCPMImplConstructors 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.
-