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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.jena.rdf.model.ModelcreateMetricModel(List<HttpWorker> workers, List<HttpWorker.ExecutionStats>[][] data, IRES.Factory iresFactory) Methods inherited from class org.aksw.iguana.cc.metrics.Metric
getAbbreviation, getDescription, getNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
createMetricModelin interfaceModelWritingMetric
-