fr.jussieu.gla.wasa.core.junit
Class DummyConstraint

java.lang.Object
  |
  +--fr.jussieu.gla.wasa.core.ProblemItem
        |
        +--fr.jussieu.gla.wasa.core.Constraint
              |
              +--fr.jussieu.gla.wasa.core.junit.DummyConstraint

public class DummyConstraint
extends Constraint

A Constraint which does nothing.

Version:
$Revision: 1.1.1.1 $ $Date: 2002/02/19 22:12:02 $
Author:
Laurent Caillette

Constructor Summary
DummyConstraint(Problem problem)
           
 
Method Summary
 void evaluate()
          The core definition of the Constraint.
 
Methods inherited from class fr.jussieu.gla.wasa.core.Constraint
getRank
 
Methods inherited from class fr.jussieu.gla.wasa.core.ProblemItem
getName, getProblem, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyConstraint

public DummyConstraint(Problem problem)
Method Detail

evaluate

public void evaluate()
Description copied from class: Constraint
The core definition of the Constraint. This method is called each time the engine evaluates the Constraint. Redefine it to specify your particular Constraint.
Overrides:
evaluate in class Constraint