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 BaseCPMImplCollectionProcessingEngine_impl. mCPMCPM instance that handles the processingMethods 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 classCPMImplFields in org.apache.uima.collection.impl.cpm declared as BaseCPMImpl Modifier and Type Field Description private BaseCPMImplCheckpoint. cpmThe 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.
-