Uses of Interface
org.apache.uima.collection.metadata.CpeTimer
Package
Description
Java object representation of a CPE Descriptor.
-
Uses of CpeTimer in org.apache.uima.collection.impl.metadata.cpe
Modifier and TypeClassDescriptionclass
This class provides an API to plug in custom timers.Modifier and TypeMethodDescriptionCpeConfigurationImpl.getCpeTimer()
static CpeTimer
CpeDescriptorFactory.produceCpeTimer
(String aTimerClass) Produce cpe timer. -
Uses of CpeTimer in org.apache.uima.collection.metadata
Modifier and TypeMethodDescriptionCpeConfiguration.getCpeTimer()
Returns the timer class implementing UimeTimer interface.Modifier and TypeMethodDescriptionvoid
CpeConfiguration.setCpeTimer
(CpeTimer aTimer) Sets the timer class implementing UimeTimer interface.