Class NumericInequality
java.lang.Object
org.projog.core.predicate.AbstractSingleResultPredicate
org.projog.core.predicate.builtin.compare.AbstractNumericComparisonPredicate
org.projog.core.predicate.builtin.compare.NumericInequality
- All Implemented Interfaces:
KnowledgeBaseConsumer,PredicateFactory
X=\=Y - numeric inequality test.
Succeeds when the number argument X is not equal to the number argument Y.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.projog.core.predicate.builtin.compare.AbstractNumericComparisonPredicate
compareMethods inherited from class org.projog.core.predicate.AbstractSingleResultPredicate
evaluate, evaluate, evaluate, evaluate, evaluate, getArithmeticOperators, getFileHandles, getKnowledgeBase, getOperands, getPredicate, getPredicates, getProjogListeners, getSpyPoints, getTermFormatter, init, isRetryable, setKnowledgeBaseMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.projog.core.predicate.PredicateFactory
isAlwaysCutOnBacktrack
-
Constructor Details
-
NumericInequality
public NumericInequality()
-
-
Method Details
-
evaluate
- Overrides:
evaluatein classAbstractSingleResultPredicate
-