Class ClauseActionFactory.AlwaysMatchedFact
java.lang.Object
org.projog.core.predicate.udp.ClauseActionFactory.AlwaysMatchedFact
- All Implemented Interfaces:
ClauseAction
- Enclosing class:
ClauseActionFactory
Clause where all consequent args are distinctly different variables and antecedent is true.
e.g. "p." or "p(X,Y,Z)."
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
model
-
-
Constructor Details
-
AlwaysMatchedFact
-
-
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
-