Uses of Class
org.apache.uima.collection.impl.cpm.BaseCPMImpl
Packages that use BaseCPMImpl
-
Uses of BaseCPMImpl in org.apache.uima.collection.impl
Fields in org.apache.uima.collection.impl declared as BaseCPMImplModifier and TypeFieldDescriptionprivate BaseCPMImpl
CollectionProcessingEngine_impl.mCPM
CPM instance that handles the processingMethods in org.apache.uima.collection.impl that return BaseCPMImpl -
Uses of BaseCPMImpl in org.apache.uima.collection.impl.cpm
Subclasses of BaseCPMImpl in org.apache.uima.collection.impl.cpmFields in org.apache.uima.collection.impl.cpm declared as BaseCPMImplConstructors in org.apache.uima.collection.impl.cpm with parameters of type BaseCPMImplModifierConstructorDescriptionCheckpoint
(BaseCPMImpl aCpm, 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.