aima.search.csp
Class MapColoringConstraint

java.lang.Object
  extended by aima.search.csp.MapColoringConstraint
All Implemented Interfaces:
Constraint

public class MapColoringConstraint
extends java.lang.Object
implements Constraint


Method Summary
 boolean isSatisfiedWith(Assignment assignment, java.lang.String variable, java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isSatisfiedWith

public boolean isSatisfiedWith(Assignment assignment,
                               java.lang.String variable,
                               java.lang.Object value)
Specified by:
isSatisfiedWith in interface Constraint