Class JenaPluginHdt

java.lang.Object
org.aksw.jena_sparql_api.io.hdt.JenaPluginHdt
All Implemented Interfaces:
org.apache.jena.base.module.SubsystemLifecycle, org.apache.jena.sys.JenaSubsystemLifecycle

public class JenaPluginHdt extends Object implements org.apache.jena.sys.JenaSubsystemLifecycle
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.apache.jena.riot.RDFFormat
     
    static final org.apache.jena.riot.Lang
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    Register the HDT language with readers and writers.
    void
     
    void
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.jena.base.module.SubsystemLifecycle

    level
  • Field Details

    • LANG_HDT

      public static final org.apache.jena.riot.Lang LANG_HDT
    • FORMAT_HDT

      public static final org.apache.jena.riot.RDFFormat FORMAT_HDT
  • Constructor Details

    • JenaPluginHdt

      public JenaPluginHdt()
  • Method Details

    • start

      public void start()
      Specified by:
      start in interface org.apache.jena.base.module.SubsystemLifecycle
    • stop

      public void stop()
      Specified by:
      stop in interface org.apache.jena.base.module.SubsystemLifecycle
    • init

      public static void init()
      Register the HDT language with readers and writers.