Class Conjunction.OptimisedSingletonConjuction
- java.lang.Object
-
- org.projog.core.predicate.AbstractSingleResultPredicate
-
- org.projog.core.predicate.builtin.compound.Conjunction.OptimisedSingletonConjuction
-
- All Implemented Interfaces:
KnowledgeBaseConsumer,PredicateFactory
- Enclosing class:
- Conjunction
private static final class Conjunction.OptimisedSingletonConjuction extends AbstractSingleResultPredicate
-
-
Field Summary
Fields Modifier and Type Field Description private PredicateFactoryfirstPredicateFactoryprivate PredicateFactorysecondPredicateFactory
-
Constructor Summary
Constructors Constructor Description OptimisedSingletonConjuction(PredicateFactory firstPredicateFactory, PredicateFactory secondPredicateFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanevaluate(Term arg1, Term arg2)-
Methods inherited from class org.projog.core.predicate.AbstractSingleResultPredicate
evaluate, evaluate, evaluate, evaluate, evaluate, getArithmeticOperators, getFileHandles, getKnowledgeBase, getOperands, getPredicate, getPredicates, getProjogListeners, getSpyPoints, getTermFormatter, init, isRetryable, setKnowledgeBase
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.projog.core.predicate.PredicateFactory
isAlwaysCutOnBacktrack
-
-
-
-
Field Detail
-
firstPredicateFactory
private final PredicateFactory firstPredicateFactory
-
secondPredicateFactory
private final PredicateFactory secondPredicateFactory
-
-
Constructor Detail
-
OptimisedSingletonConjuction
OptimisedSingletonConjuction(PredicateFactory firstPredicateFactory, PredicateFactory secondPredicateFactory)
-
-
Method Detail
-
evaluate
protected boolean evaluate(Term arg1, Term arg2)
- Overrides:
evaluatein classAbstractSingleResultPredicate
-
-