Package org.hobbit.vocab
Class HobbitAnalysis
- java.lang.Object
-
- org.hobbit.vocab.HobbitAnalysis
-
public class HobbitAnalysis extends Object
HOBBIT analysis vocabulary.- Author:
- Denis Kuchelev
-
-
Constructor Summary
Constructors Constructor Description HobbitAnalysis()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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 org.apache.jena.rdf.model.Resourceresource(String local)
-
-
-
Field Detail
-
uri
protected static final String uri
- See Also:
- Constant Field Values
-
-
Method Detail
-
getURI
public static String getURI()
returns the URI for this schema- Returns:
- the URI for this schema
-
resource
protected static final org.apache.jena.rdf.model.Resource resource(String local)
-
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
-
-