Class HobbitAnalysis

java.lang.Object
org.hobbit.vocab.HobbitAnalysis

public class HobbitAnalysis extends Object
HOBBIT analysis vocabulary.
Author:
Denis Kuchelev
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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
    static String
    returns the URI for this schema
    protected static final org.apache.jena.rdf.model.Resource
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • HobbitAnalysis

      public HobbitAnalysis()
  • Method Details

    • 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 involves
      systemInstance - the system instance this resultset involves
      Returns:
      the resultset resource