Class ClauseActionFactory.MutableRule

java.lang.Object
org.projog.core.predicate.udp.ClauseActionFactory.MutableRule
All Implemented Interfaces:
ClauseAction
Enclosing class:
ClauseActionFactory

static final class ClauseActionFactory.MutableRule extends Object implements ClauseAction
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."