Class BooleanConstraintPredicate

java.lang.Object
org.projog.core.predicate.builtin.clp.BooleanConstraintPredicate
All Implemented Interfaces:
KnowledgeBaseConsumer, ConstraintFactory, PredicateFactory

public final class BooleanConstraintPredicate extends Object implements PredicateFactory, ConstraintFactory, KnowledgeBaseConsumer
CLP predicates for comparing boolean values.

Integer values are used to represent boolean values. 1 repesents true and 0 represents false.

  • #/\ and
  • #\/ or
  • #\ exclusive or
  • #<==> equivalent
  • #==> implication