Class ClauseActionFactory.VariableAntecedantClauseAction
java.lang.Object
org.projog.core.predicate.udp.ClauseActionFactory.VariableAntecedantClauseAction
- All Implemented Interfaces:
ClauseAction
- Enclosing class:
ClauseActionFactory
static final class ClauseActionFactory.VariableAntecedantClauseAction
extends Object
implements ClauseAction
Clause where the antecedent is a variable.
When the antecedent is a variable then the associated predicate factory can only be determined at runtime.
e.g. "p(X) :- X."
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate -
Method Summary
-
Field Details
-
model
-
kb
-
-
Constructor Details
-
VariableAntecedantClauseAction
-
-
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
-