Class TermSplit

java.lang.Object
org.projog.core.predicate.AbstractSingleResultPredicate
org.projog.core.predicate.builtin.construct.TermSplit
All Implemented Interfaces:
KnowledgeBaseConsumer, PredicateFactory

public final class TermSplit extends AbstractSingleResultPredicate
atom_chars / atom_codes / number_chars / number_codes
  • atom_chars(A,L) compares the atom A to the list of characters L.
  • atom_codes(A,L) compares the atom A to the list of character codes L.
  • number_chars(N,L) compares the number N to the list of characters L.
  • number_codes(N,L) compares the number N to the list of character codes L.