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 voidbind(java.io.InputStream inputStream)voidbind(java.io.Reader reader)voidbind(tech.oxfordsemantic.jrdfox.formats.internal.InputSource inputSource)voidparse(InputConsumer inputConsumer)RuleparseRule()TupleTableAtomparseTupleTableAtom()
-
Constructor Details
-
Method Details
-
bind
public void bind(tech.oxfordsemantic.jrdfox.formats.internal.InputSource inputSource) throws ParsingException, java.io.IOException- Throws:
ParsingExceptionjava.io.IOException
-
bind
- Throws:
ParsingExceptionjava.io.IOException
-
bind
- Throws:
ParsingExceptionjava.io.IOException
-
parse
- Throws:
ParsingExceptionjava.io.IOException
-
parseTupleTableAtom
- Throws:
ParsingExceptionjava.io.IOException
-
parseRule
- Throws:
ParsingExceptionjava.io.IOException
-