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 classCpeTimerImplThis 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 CpeTimerCpeConfigurationImpl. getCpeTimer()static CpeTimerCpeDescriptorFactory. 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 voidCpeConfigurationImpl. 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 CpeTimerCpeConfiguration. 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 voidCpeConfiguration. setCpeTimer(CpeTimer aTimer)Sets the timer class implementing UimeTimer interface.
-