it.unibo.cs.USI.checker
Class CC_0EqEqEq

java.lang.Object
  extended by it.unibo.cs.USI.checker.CC_0EqEqEq
All Implemented Interfaces:
CardinalityChecker

public class CC_0EqEqEq
extends java.lang.Object
implements CardinalityChecker

Author:
Matteo Magnani May 31, 2005 11:49:33 PM

Constructor Summary
CC_0EqEqEq()
           
 
Method Summary
 boolean check(int lA1, int lA2, int uA1, int uA2, int lB1, int lB2, int uB1, int uB2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CC_0EqEqEq

public CC_0EqEqEq()
Method Detail

check

public boolean check(int lA1,
                     int lA2,
                     int uA1,
                     int uA2,
                     int lB1,
                     int lB2,
                     int uB1,
                     int uB2)
Specified by:
check in interface CardinalityChecker