public interface ImageManager
| Modifier and Type | Method and Description |
|---|---|
default org.hobbit.core.data.BenchmarkMetaData |
getBenchmark(String benchmarkUri)
Retrieves the RDF model of the benchmark with the given URI
|
default String |
getBenchmarkImageName(String benchmarkUri)
Deprecated.
|
default org.apache.jena.rdf.model.Model |
getBenchmarkModel(String benchmarkUri)
Retrieves the RDF model of the benchmark with the given URI
|
List<org.hobbit.core.data.BenchmarkMetaData> |
getBenchmarks()
Retrieves a list of all known benchmarks
|
default org.hobbit.core.data.SystemMetaData |
getSystem(String systemUri)
Retrieves the RDF model of the system with the given URI
|
default String |
getSystemImageName(String systemUri)
Deprecated.
|
default org.apache.jena.rdf.model.Model |
getSystemModel(String systemUri)
Retrieves the RDF model of the system with the given URI
|
List<org.hobbit.core.data.SystemMetaData> |
getSystems()
Retrieves a list of all known benchmarks
|
default List<org.hobbit.core.data.SystemMetaData> |
getSystemsForBenchmark(org.apache.jena.rdf.model.Model benchmarkModel)
Deprecated.
|
default List<org.hobbit.core.data.SystemMetaData> |
getSystemsForBenchmark(String benchmarkUri)
Retrieves a list of systems that are compatible to the given benchmark.
|
default List<org.hobbit.core.data.SystemMetaData> |
getSystemsOfUser(String email)
Retrieves a list of systems that have been defined by the given user.
|
List<org.hobbit.core.data.BenchmarkMetaData> getBenchmarks()
List<org.hobbit.core.data.SystemMetaData> getSystems()
default List<org.hobbit.core.data.SystemMetaData> getSystemsOfUser(String email)
email - the e-mail of the userdefault List<org.hobbit.core.data.SystemMetaData> getSystemsForBenchmark(String benchmarkUri)
benchmarkUri - the URI of the chosen benchmark@Deprecated default List<org.hobbit.core.data.SystemMetaData> getSystemsForBenchmark(org.apache.jena.rdf.model.Model benchmarkModel)
benchmarkModel - the RDF model of the chosen benchmarkdefault org.hobbit.core.data.BenchmarkMetaData getBenchmark(String benchmarkUri)
benchmarkUri - the URI of the chosen benchmarkdefault org.hobbit.core.data.SystemMetaData getSystem(String systemUri)
systemUri - the URI of the chosen systemdefault org.apache.jena.rdf.model.Model getBenchmarkModel(String benchmarkUri)
benchmarkUri - the URI of the chosen benchmarkdefault org.apache.jena.rdf.model.Model getSystemModel(String systemUri)
systemUri - the URI of the chosen system@Deprecated default String getBenchmarkImageName(String benchmarkUri)
benchmarkUri - the URI of the chosen benchmark@Deprecated default String getSystemImageName(String systemUri)
systemUri - the URI of the chosen systemCopyright © 2017–2018. All rights reserved.