Class ClauseActionFactory.MutableRule
java.lang.Object
org.projog.core.predicate.udp.ClauseActionFactory.MutableRule
- All Implemented Interfaces:
ClauseAction
- Enclosing class:
ClauseActionFactory
Clause where at least one consequent arg is mutable and the antecedent is not true.
e.g. "p(a,_,c) :- test." or ""p(X,X) :- test."
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
model
-
pf
-
-
Constructor Details
-
MutableRule
-
-
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
-