Class TermSplit
java.lang.Object
org.projog.core.predicate.AbstractSingleResultPredicate
org.projog.core.predicate.builtin.construct.TermSplit
- All Implemented Interfaces:
KnowledgeBaseConsumer,PredicateFactory
atom_chars / atom_codes / number_chars / number_codes
atom_chars(A,L)compares the atomAto the list of charactersL.atom_codes(A,L)compares the atomAto the list of character codesL.number_chars(N,L)compares the numberNto the list of charactersL.number_codes(N,L)compares the numberNto the list of character codesL.
-
Method Summary
Methods inherited from class org.projog.core.predicate.AbstractSingleResultPredicate
evaluate, evaluate, evaluate, evaluate, getArithmeticOperators, getFileHandles, getKnowledgeBase, getOperands, getPredicate, getPredicates, getProjogListeners, getSpyPoints, getTermFormatter, init, isRetryable, setKnowledgeBaseMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.projog.core.predicate.PredicateFactory
isAlwaysCutOnBacktrack, preprocess
-
Method Details
-
atomChars
-
atomCodes
-
numberChars
-
numberCodes
-
evaluate
- Overrides:
evaluatein classAbstractSingleResultPredicate
-
charToTerm
-