Package | Description |
---|---|
org.projog.core.kb | |
org.projog.core.parser |
Provides classes for constructing
Term objects from Prolog syntax. |
org.projog.core.predicate | |
org.projog.core.term |
Contains the building blocks used to construct Prolog programs and queries.
|
Modifier and Type | Method and Description |
---|---|
Operands |
KnowledgeBase.getOperands() |
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 . |
Modifier and Type | Method and Description |
---|---|
protected Operands |
AbstractSingleResultPredicate.getOperands() |
protected Operands |
AbstractPredicateFactory.getOperands() |
Constructor and Description |
---|
TermFormatter(Operands operands) |
Copyright © 2024. All rights reserved.