| Package | Description |
|---|---|
| org.projog.api |
Provides a programming interface for Java applications to interact with Projog.
|
| org.projog.core.event |
Provides a mechanism for objects to notify and be notified of events.
|
| org.projog.core.io | |
| org.projog.core.kb | |
| org.projog.core.math | |
| org.projog.core.parser |
Provides classes for constructing
Term objects from Prolog syntax. |
| org.projog.core.predicate | |
| org.projog.core.predicate.builtin.classify |
Predicates for classifying terms.
|
| org.projog.core.predicate.builtin.clp |
Predicates to support constraint logic programming.
|
| org.projog.core.predicate.builtin.compare |
Predicates for comparing terms, including specific predicates for comparing numeric values.
|
| org.projog.core.predicate.builtin.compound |
Predicates for the construction of compound/complex sentences.
|
| org.projog.core.predicate.builtin.construct |
Predicates for inspecting the structure of terms.
|
| org.projog.core.predicate.builtin.db |
Predicates to support working with the recorded database.
|
| org.projog.core.predicate.builtin.debug |
Predicates to aid the debugging of Prolog programs.
|
| org.projog.core.predicate.builtin.flow |
Predicates for affecting the flow of goal evaluation on backtracking.
|
| org.projog.core.predicate.builtin.io |
Predicates for system input and output with the file system.
|
| org.projog.core.predicate.builtin.kb |
Predicates for inspecting, adding and retracting clauses.
|
| org.projog.core.predicate.builtin.list |
Predicates for working with list data structures.
|
| org.projog.core.predicate.builtin.reif |
Predicates that provide reification functionality.
|
| org.projog.core.predicate.builtin.time |
Predicates to support working with dates and times.
|
| org.projog.core.predicate.udp |
Provides functionality to evaluate user defined predicates defined using Prolog syntax.
|
| org.projog.core.term |
Contains the building blocks used to construct Prolog programs and queries.
|
| Class and Description |
|---|
| Term
The building blocks used to construct Prolog programs and queries.
|
| Class and Description |
|---|
| Term
The building blocks used to construct Prolog programs and queries.
|
| TermFormatter
Produces
String representations of Term instances. |
| Class and Description |
|---|
| Atom
Represents a specific object or relationship.
|
| Term
The building blocks used to construct Prolog programs and queries.
|
| Class and Description |
|---|
| Term
The building blocks used to construct Prolog programs and queries.
|
| TermFormatter
Produces
String representations of Term instances. |
| Class and Description |
|---|
| Term
The building blocks used to construct Prolog programs and queries.
|
| Class and Description |
|---|
| Term
The building blocks used to construct Prolog programs and queries.
|
| Variable
Represents an unspecified
Term. |
| Class and Description |
|---|
| Term
The building blocks used to construct Prolog programs and queries.
|
| TermFormatter
Produces
String representations of Term instances. |
| Class and Description |
|---|
| Term
The building blocks used to construct Prolog programs and queries.
|
| Class and Description |
|---|
| Term
The building blocks used to construct Prolog programs and queries.
|
| Class and Description |
|---|
| Term
The building blocks used to construct Prolog programs and queries.
|
| Class and Description |
|---|
| Term
The building blocks used to construct Prolog programs and queries.
|
| Class and Description |
|---|
| Term
The building blocks used to construct Prolog programs and queries.
|
| Class and Description |
|---|
| Term
The building blocks used to construct Prolog programs and queries.
|
| Class and Description |
|---|
| Term
The building blocks used to construct Prolog programs and queries.
|
| Class and Description |
|---|
| Term
The building blocks used to construct Prolog programs and queries.
|
| Class and Description |
|---|
| Term
The building blocks used to construct Prolog programs and queries.
|
| Class and Description |
|---|
| Term
The building blocks used to construct Prolog programs and queries.
|
| Class and Description |
|---|
| Term
The building blocks used to construct Prolog programs and queries.
|
| Class and Description |
|---|
| Term
The building blocks used to construct Prolog programs and queries.
|
| Class and Description |
|---|
| Term
The building blocks used to construct Prolog programs and queries.
|
| Class and Description |
|---|
| Term
The building blocks used to construct Prolog programs and queries.
|
| Class and Description |
|---|
| Atom
Represents a specific object or relationship.
|
| DecimalFraction
Represents a value of the primitive type
double as a Term. |
| EmptyList
Represents a data structure with no
Terms. |
| IntegerNumber
Represents a value of the primitive type
long as a Term. |
| List
Represents a data structure with two
Terms - a head and a tail. |
| Structure |
| Term
The building blocks used to construct Prolog programs and queries.
|
| TermComparator
An implementation of
Comparator for comparing instances of Term. |
| TermType
Defines the type of terms supported by Projog.
|
| Variable
Represents an unspecified
Term. |
| VariableAttribute |
Copyright © 2024. All rights reserved.