Uses of Enum
org.projog.core.term.TermType
Packages that use TermType
Package
Description
Predicates to support constraint logic programming.
Predicates for inspecting the structure of terms.
Contains the building blocks used to construct Prolog programs and queries.
-
Uses of TermType in org.projog.core.predicate.builtin.clp
Methods in org.projog.core.predicate.builtin.clp that return TermType -
Uses of TermType in org.projog.core.predicate.builtin.construct
Methods in org.projog.core.predicate.builtin.construct with parameters of type TermType -
Uses of TermType in org.projog.core.term
Subclasses with type arguments of type TermType in org.projog.core.termMethods in org.projog.core.term that return TermTypeModifier and TypeMethodDescriptionAtom.getType()ReturnsTermType.ATOM.DecimalFraction.getType()ReturnsTermType.FRACTION.EmptyList.getType()ReturnsTermType.EMPTY_LIST.IntegerNumber.getType()ReturnsTermType.INTEGER.List.getType()ReturnsTermType.LIST.Structure.getType()ReturnsTermType.STRUCTURE.Term.getType()Returns theTermTyperepresented by this term.Variable.getType()static TermTypeReturns the enum constant of this type with the specified name.static TermType[]TermType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.projog.core.term with parameters of type TermType