Package org.aksw.iguana.cc.metrics.impl
Class EachExecutionStatistic
java.lang.Object
org.aksw.iguana.cc.metrics.Metric
org.aksw.iguana.cc.metrics.impl.EachExecutionStatistic
- All Implemented Interfaces:
ModelWritingMetric
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.jena.rdf.model.Model
createMetricModel
(List<HttpWorker> workers, List<HttpWorker.ExecutionStats>[][] data, IRES.Factory iresFactory) Methods inherited from class org.aksw.iguana.cc.metrics.Metric
getAbbreviation, getDescription, getName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.aksw.iguana.cc.metrics.ModelWritingMetric
createMetricModel
-
Constructor Details
-
EachExecutionStatistic
public EachExecutionStatistic()
-
-
Method Details
-
createMetricModel
public org.apache.jena.rdf.model.Model createMetricModel(List<HttpWorker> workers, List<HttpWorker.ExecutionStats>[][] data, IRES.Factory iresFactory) - Specified by:
createMetricModel
in interfaceModelWritingMetric
-