Class SATISFIED-CONSTRAINT


Slots on this class:

Documentation:
A constraint is a SATISFIED-CONSTRAINT if its constraint.expression is a true sentence. The sentence may contain no variables; that is, the constraint must be a parametric-constraint.
Subclass-Of: Parametric-constraint


Slots on instances of this class:

Constraint.Expression:
Slot-Cardinality: 1
Slot-Value-Type: Truth

Axioms:

(<=> (Satisfied-Constraint ?Constraint)
     (And (Parametric-Constraint ?Constraint)
          (Value-Type ?Constraint Constraint.Expression Truth)
          (Value-Cardinality ?Constraint Constraint.Expression 1)))


Notes: