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
.Modifier and Type | Method and Description |
---|---|
static TermSplit |
atomChars() |
static TermSplit |
atomCodes() |
protected Term |
charToTerm(char c) |
protected boolean |
evaluate(Term arg1,
Term arg2) |
static TermSplit |
numberChars() |
static TermSplit |
numberCodes() |
evaluate, evaluate, evaluate, evaluate, evaluate, getArithmeticOperators, getFileHandles, getKnowledgeBase, getOperands, getPredicate, getPredicates, getProjogListeners, getSpyPoints, getTermFormatter, init, isRetryable, setKnowledgeBase
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isAlwaysCutOnBacktrack
public static TermSplit atomChars()
public static TermSplit atomCodes()
public static TermSplit numberChars()
public static TermSplit numberCodes()
protected boolean evaluate(Term arg1, Term arg2)
evaluate
in class AbstractSingleResultPredicate
protected Term charToTerm(char c)
Copyright © 2024. All rights reserved.