Package org.hobbit.vocab
Class HobbitAnalysis
java.lang.Object
org.hobbit.vocab.HobbitAnalysis
HOBBIT analysis vocabulary.
- Author:
- Denis Kuchelev
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.jena.rdf.model.ResourcegetResultset(org.apache.jena.rdf.model.Resource benchmark, org.apache.jena.rdf.model.Resource systemInstance) returns the resultset resource given its benchmark and system instancestatic StringgetURI()returns the URI for this schemaprotected static final org.apache.jena.rdf.model.Resource
-
Field Details
-
uri
- See Also:
-
-
Constructor Details
-
HobbitAnalysis
public HobbitAnalysis()
-
-
Method Details
-
getURI
returns the URI for this schema- Returns:
- the URI for this schema
-
resource
-
getResultset
public static org.apache.jena.rdf.model.Resource getResultset(org.apache.jena.rdf.model.Resource benchmark, org.apache.jena.rdf.model.Resource systemInstance) returns the resultset resource given its benchmark and system instance- Parameters:
benchmark- the benchmark this resultset involvessystemInstance- the system instance this resultset involves- Returns:
- the resultset resource
-