Uses of Package
org.projog.core.term
-
Packages that use org.projog.core.term 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.math.builtin Provides arithmetic operators.org.projog.core.parser Provides classes for constructingTermobjects 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 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. -
Classes in org.projog.core.term used by org.projog.api Class Description Term The building blocks used to construct Prolog programs and queries.Variable Represents an unspecifiedTerm. -
Classes in org.projog.core.term used by org.projog.core.event Class Description Term The building blocks used to construct Prolog programs and queries.TermFormatter ProducesStringrepresentations ofTerminstances. -
Classes in org.projog.core.term used by org.projog.core.io Class Description Atom Represents a specific object or relationship.Term The building blocks used to construct Prolog programs and queries. -
Classes in org.projog.core.term used by org.projog.core.kb Class Description Term The building blocks used to construct Prolog programs and queries.TermFormatter ProducesStringrepresentations ofTerminstances. -
Classes in org.projog.core.term used by org.projog.core.math Class Description Term The building blocks used to construct Prolog programs and queries. -
Classes in org.projog.core.term used by org.projog.core.math.builtin Class Description DecimalFraction Represents a value of the primitive typedoubleas aTerm. -
Classes in org.projog.core.term used by org.projog.core.parser Class Description DecimalFraction Represents a value of the primitive typedoubleas aTerm.IntegerNumber Represents a value of the primitive typelongas aTerm.Term The building blocks used to construct Prolog programs and queries.Variable Represents an unspecifiedTerm. -
Classes in org.projog.core.term used by org.projog.core.predicate Class Description Term The building blocks used to construct Prolog programs and queries.TermFormatter ProducesStringrepresentations ofTerminstances. -
Classes in org.projog.core.term used by org.projog.core.predicate.builtin.classify Class Description Atom Represents a specific object or relationship.Term The building blocks used to construct Prolog programs and queries. -
Classes in org.projog.core.term used by org.projog.core.predicate.builtin.clp Class Description Term The building blocks used to construct Prolog programs and queries.TermType Defines the type of terms supported by Projog.Variable Represents an unspecifiedTerm. -
Classes in org.projog.core.term used by org.projog.core.predicate.builtin.compare Class Description Term The building blocks used to construct Prolog programs and queries. -
Classes in org.projog.core.term used by org.projog.core.predicate.builtin.compound Class Description Term The building blocks used to construct Prolog programs and queries.Variable Represents an unspecifiedTerm. -
Classes in org.projog.core.term used by org.projog.core.predicate.builtin.construct Class Description IntegerNumber Represents a value of the primitive typelongas aTerm.Term The building blocks used to construct Prolog programs and queries.TermType Defines the type of terms supported by Projog. -
Classes in org.projog.core.term used by org.projog.core.predicate.builtin.db Class Description IntegerNumber Represents a value of the primitive typelongas aTerm.Term The building blocks used to construct Prolog programs and queries. -
Classes in org.projog.core.term used by org.projog.core.predicate.builtin.debug Class Description Term The building blocks used to construct Prolog programs and queries. -
Classes in org.projog.core.term used by org.projog.core.predicate.builtin.flow Class Description Term The building blocks used to construct Prolog programs and queries. -
Classes in org.projog.core.term used by org.projog.core.predicate.builtin.io Class Description Atom Represents a specific object or relationship.Term The building blocks used to construct Prolog programs and queries.TermFormatter ProducesStringrepresentations ofTerminstances. -
Classes in org.projog.core.term used by org.projog.core.predicate.builtin.kb Class Description Term The building blocks used to construct Prolog programs and queries.Variable Represents an unspecifiedTerm. -
Classes in org.projog.core.term used by org.projog.core.predicate.builtin.list Class Description Atom Represents a specific object or relationship.Term The building blocks used to construct Prolog programs and queries.Variable Represents an unspecifiedTerm. -
Classes in org.projog.core.term used by org.projog.core.predicate.builtin.reif Class Description Term The building blocks used to construct Prolog programs and queries.Variable Represents an unspecifiedTerm.VariableAttribute -
Classes in org.projog.core.term used by org.projog.core.predicate.builtin.time Class Description Atom Represents a specific object or relationship.Term The building blocks used to construct Prolog programs and queries. -
Classes in org.projog.core.term used by org.projog.core.predicate.udp Class Description Term The building blocks used to construct Prolog programs and queries. -
Classes in org.projog.core.term used by org.projog.core.term Class Description Atom Represents a specific object or relationship.DecimalFraction Represents a value of the primitive typedoubleas aTerm.EmptyList Represents a data structure with noTerms.IntegerNumber Represents a value of the primitive typelongas aTerm.List Represents a data structure with twoTerms - a head and a tail.Structure Term The building blocks used to construct Prolog programs and queries.TermComparator An implementation ofComparatorfor comparing instances ofTerm.TermType Defines the type of terms supported by Projog.Variable Represents an unspecifiedTerm.VariableAttribute