Uses of Interface
org.apache.uima.collection.metadata.CpeTimer
-
Packages that use CpeTimer Package Description org.apache.uima.collection.impl.metadata.cpe org.apache.uima.collection.metadata Java object representation of a CPE Descriptor. -
-
Uses of CpeTimer in org.apache.uima.collection.impl.metadata.cpe
Classes in org.apache.uima.collection.impl.metadata.cpe that implement CpeTimer Modifier and Type Class Description class
CpeTimerImpl
This class provides an API to plug in custom timers.Methods in org.apache.uima.collection.impl.metadata.cpe that return CpeTimer Modifier and Type Method Description CpeTimer
CpeConfigurationImpl. getCpeTimer()
static CpeTimer
CpeDescriptorFactory. produceCpeTimer(java.lang.String aTimerClass)
Produce cpe timer.Methods in org.apache.uima.collection.impl.metadata.cpe with parameters of type CpeTimer Modifier and Type Method Description void
CpeConfigurationImpl. setCpeTimer(CpeTimer aTimer)
-
Uses of CpeTimer in org.apache.uima.collection.metadata
Methods in org.apache.uima.collection.metadata that return CpeTimer Modifier and Type Method Description CpeTimer
CpeConfiguration. getCpeTimer()
Returns the timer class implementing UimeTimer interface.Methods in org.apache.uima.collection.metadata with parameters of type CpeTimer Modifier and Type Method Description void
CpeConfiguration. setCpeTimer(CpeTimer aTimer)
Sets the timer class implementing UimeTimer interface.
-