Package org.hobbit.core.data
Class BenchmarkDetails
- java.lang.Object
-
- org.hobbit.core.data.BenchmarkDetails
-
public class BenchmarkDetails extends Object
-
-
Field Summary
Fields Modifier and Type Field Description org.apache.jena.rdf.model.ModelbenchmarkModelList<SystemMetaData>systems
-
Constructor Summary
Constructors Constructor Description BenchmarkDetails(org.apache.jena.rdf.model.Model benchmarkModel, List<SystemMetaData> systems)
-
-
-
Field Detail
-
benchmarkModel
public org.apache.jena.rdf.model.Model benchmarkModel
-
systems
public List<SystemMetaData> systems
-
-
Constructor Detail
-
BenchmarkDetails
public BenchmarkDetails(org.apache.jena.rdf.model.Model benchmarkModel, List<SystemMetaData> systems)
-
-