Uses of Class
org.projog.core.parser.SentenceParser
-
Packages that use SentenceParser Package Description org.projog.core.parser Provides classes for constructingTermobjects from Prolog syntax. -
-
Uses of SentenceParser in org.projog.core.parser
Methods in org.projog.core.parser that return SentenceParser Modifier and Type Method Description static SentenceParserSentenceParser. getInstance(java.io.Reader reader, Operands operands)Returns a newSentenceParserthat will parse Prolog syntax read from the specifiedReaderusing the specifiedOperands.static SentenceParserSentenceParser. getInstance(java.lang.String prologSyntax, Operands operands)Returns a newSentenceParserwill parse the specifiedStringusing the specifiedOperands.
-