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 -
Method Summary
Modifier and TypeMethodDescriptionvoidbind(InputStream inputStream) voidvoidbind(tech.oxfordsemantic.jrdfox.formats.internal.InputSource inputSource) booleanisEOF()voidparse(InputConsumer inputConsumer)
-
Constructor Details
-
DatalogParser
-
-
Method Details
-
bind
public void bind(tech.oxfordsemantic.jrdfox.formats.internal.InputSource inputSource) throws ParsingException, IOException - Throws:
ParsingExceptionIOException
-
bind
- Throws:
ParsingExceptionIOException
-
bind
- Throws:
ParsingExceptionIOException
-
parse
- Throws:
ParsingExceptionIOException
-
isEOF
public boolean isEOF() -
parseTupleTableAtom
- Throws:
ParsingExceptionIOException
-
parseRule
- Throws:
ParsingExceptionIOException
-