Package | Description |
---|---|
org.projog.core.parser |
Provides classes for constructing
Term objects from Prolog syntax. |
Modifier and Type | Method and Description |
---|---|
static SentenceParser |
SentenceParser.getInstance(Reader reader,
Operands operands)
Returns a new
SentenceParser that will parse Prolog syntax read from the specified Reader using
the specified Operands . |
static SentenceParser |
SentenceParser.getInstance(String prologSyntax,
Operands operands)
Returns a new
SentenceParser will parse the specified String using the specified Operands . |
Copyright © 2024. All rights reserved.