Uses of Class
org.aksw.iguana.commons.rdf.IRES.Factory
Packages that use IRES.Factory
-
Uses of IRES.Factory in org.aksw.iguana.cc.metrics
Methods in org.aksw.iguana.cc.metrics with parameters of type IRES.FactoryModifier and TypeMethodDescriptiondefault org.apache.jena.rdf.model.Model
ModelWritingMetric.createMetricModel
(List<HttpWorker> workers, List<HttpWorker.ExecutionStats>[][] data, IRES.Factory iresFactory) default org.apache.jena.rdf.model.Model
ModelWritingMetric.createMetricModel
(List<HttpWorker> workers, Map<String, List<HttpWorker.ExecutionStats>> data, IRES.Factory iresFactory) -
Uses of IRES.Factory in org.aksw.iguana.cc.metrics.impl
Methods in org.aksw.iguana.cc.metrics.impl with parameters of type IRES.FactoryModifier and TypeMethodDescriptionorg.apache.jena.rdf.model.Model
AggregatedExecutionStatistics.createMetricModel
(List<HttpWorker> workers, List<HttpWorker.ExecutionStats>[][] data, IRES.Factory iresFactory) org.apache.jena.rdf.model.Model
AggregatedExecutionStatistics.createMetricModel
(List<HttpWorker> workers, Map<String, List<HttpWorker.ExecutionStats>> data, IRES.Factory iresFactory) org.apache.jena.rdf.model.Model
EachExecutionStatistic.createMetricModel
(List<HttpWorker> workers, List<HttpWorker.ExecutionStats>[][] data, IRES.Factory iresFactory)