See: Description
Interface | Description |
---|---|
Term |
The building blocks used to construct Prolog programs and queries.
|
VariableAttribute |
Class | 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
Term s. |
IntegerNumber |
Represents a value of the primitive type
long as a Term . |
IntegerNumberCache | |
List |
Represents a data structure with two
Term s - a head and a tail. |
ListFactory |
Static factory methods for creating new instances of
List . |
ListUtils |
Helper methods for performing common tasks with Prolog list data structures.
|
Structure | |
TermComparator |
An implementation of
Comparator for comparing instances of Term . |
TermFormatter |
Produces
String representations of Term instances. |
TermUtils |
Helper methods for performing common tasks on
Term instances. |
Variable |
Represents an unspecified
Term . |
Enum | Description |
---|---|
TermType |
Defines the type of terms supported by Projog.
|
Copyright © 2024. All rights reserved.