Package org.aksw.iguana.rp.metrics.impl
Class QMPHMetric
- java.lang.Object
-
- org.aksw.iguana.rp.metrics.AbstractMetric
-
- org.aksw.iguana.rp.metrics.impl.NoQPHMetric
-
- org.aksw.iguana.rp.metrics.impl.QMPHMetric
-
- All Implemented Interfaces:
Metric
@Shorthand("QMPH") public class QMPHMetric extends NoQPHMetric
The Query Mixes Per Hour Metric- Author:
- f.conrads
-
-
Constructor Summary
Constructors Constructor Description QMPHMetric()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
This method will be called, as soon as the associated Experiment Task is finished.-
Methods inherited from class org.aksw.iguana.rp.metrics.impl.NoQPHMetric
receiveData
-
Methods inherited from class org.aksw.iguana.rp.metrics.AbstractMetric
getDescription, getMetricProperty, getName, getShortName, getStorageManager, getSubject, getTaskResource, sendData, setMetaData, setStorageManager
-
-
-
-
Method Detail
-
close
public void close()
Description copied from interface:Metric
This method will be called, as soon as the associated Experiment Task is finished. Not all metrics are available for each test. Hence it should be implemented if the Metric cannot calculate the test results that it will just close itself without adding results. TheMetricManager
will try to close the Metric still, thus it should be checked if that was the case.- Specified by:
close
in interfaceMetric
- Overrides:
close
in classNoQPHMetric
-
-