|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BinRelation
Method Summary | |
---|---|
boolean |
checkCouple(int x,
int y)
return true if couple (x,y) is feasible according to the definition of the relation. e.g if the relation is defined with infeasible tuples, it returns true if (x,y) is one of them. |
boolean |
isConsistent(int x,
int y)
Test whether the couple (x,y) is consistent |
Method Detail |
---|
boolean checkCouple(int x, int y)
x
- y
-
boolean isConsistent(int x, int y)
x
- y
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |