| Package | Description |
|---|---|
| org.projog.core.kb | |
| org.projog.core.math | |
| 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 |
|---|---|
ArithmeticOperators |
KnowledgeBase.getArithmeticOperators() |
| Modifier and Type | Method and Description |
|---|---|
int |
NumericTermComparator.compare(Term t1,
Term t2,
ArithmeticOperators operators)
Compares the two arguments, representing arithmetic expressions, for order.
|
| Modifier and Type | Method and Description |
|---|---|
protected ArithmeticOperators |
AbstractSingleResultPredicate.getArithmeticOperators() |
protected ArithmeticOperators |
AbstractPredicateFactory.getArithmeticOperators() |
| Modifier and Type | Method and Description |
|---|---|
static long |
TermUtils.toLong(ArithmeticOperators operators,
Term t)
Return the long value represented by the specified term.
|
Copyright © 2024. All rights reserved.