Class DatalogParser

java.lang.Object
tech.oxfordsemantic.jrdfox.formats.internal.AbstractParser
tech.oxfordsemantic.jrdfox.formats.DatalogParser

public class DatalogParser
extends tech.oxfordsemantic.jrdfox.formats.internal.AbstractParser
  • Constructor Summary

    Constructors 
    Constructor Description
    DatalogParser​(Resource defaultGraph, Prefixes prefixes)  
  • Method Summary

    Modifier and Type Method Description
    void bind​(java.io.InputStream inputStream)  
    void bind​(java.io.Reader reader)  
    void bind​(tech.oxfordsemantic.jrdfox.formats.internal.InputSource inputSource)  
    void parse​(InputConsumer inputConsumer)  
    Rule parseRule()  
    TupleTableAtom parseTupleTableAtom()  

    Methods inherited from class java.lang.Object

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