Class ClauseActionFactory.MutableFact
java.lang.Object
org.projog.core.predicate.udp.ClauseActionFactory.MutableFact
- All Implemented Interfaces:
ClauseAction
- Enclosing class:
ClauseActionFactory
Clause where at least one consequent arg is mutable and the antecedent is true.
e.g. "p(a,_,c)." or "p(X,X)."
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
model
-
-
Constructor Details
-
MutableFact
-
-
Method Details
-
getPredicate
- Specified by:
getPredicatein interfaceClauseAction
-
getModel
- Specified by:
getModelin interfaceClauseAction
-
isRetryable
public boolean isRetryable()- Specified by:
isRetryablein interfaceClauseAction
-
isAlwaysCutOnBacktrack
public boolean isAlwaysCutOnBacktrack()- Specified by:
isAlwaysCutOnBacktrackin interfaceClauseAction
-