Package org.projog.core.predicate.builtin.classify
package org.projog.core.predicate.builtin.classify
Predicates for classifying terms.
-
ClassesClassDescription
char_type(X,Y)- classifies characters.atom(X)- checks that a term is an atom.atomic(X)- checks that a term is atomic.compound(X)- checks that a term is a compound term.float(X)- checks that a term is a floating point number.integer(X)- checks that a term is an integer.is_list(X)- checks that a term is a list.nonvar(X)- checks that a term is not an uninstantiated variable.number(X)- checks that a term is numeric.var(X)- checks that a term is an uninstantiated variable.