public final class Select extends AbstractPredicateFactory
select(X,Y,Z)
- removes an element from a list.
Attempts to unify Z
with the result of removing an occurrence of X
from the list
represented by Y
. An attempt is made to retry the goal during backtracking.
Constructor and Description |
---|
Select() |
Modifier and Type | Method and Description |
---|---|
Predicate |
getPredicate(Term element,
Term inputList,
Term outputList) |
getArithmeticOperators, getFileHandles, getKnowledgeBase, getOperands, getPredicate, getPredicate, getPredicate, getPredicate, getPredicate, getPredicates, getProjogListeners, getSpyPoints, getTermFormatter, init, isRetryable, setKnowledgeBase
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isAlwaysCutOnBacktrack
public Predicate getPredicate(Term element, Term inputList, Term outputList)
getPredicate
in class AbstractPredicateFactory
Copyright © 2024. All rights reserved.