|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectchoco.integer.constraints.extension.ConsistencyRelation
choco.integer.constraints.extension.TuplesTest
public abstract class TuplesTest
Field Summary |
---|
Fields inherited from class choco.integer.constraints.extension.ConsistencyRelation |
---|
feasible |
Constructor Summary | |
---|---|
TuplesTest()
the default constructor build a relation in feasability |
|
TuplesTest(boolean feasible)
|
Method Summary | |
---|---|
ConsistencyRelation |
getOpposite()
return the opposite relation of itself |
boolean |
isConsistent(int[] tuple)
Test whether a tuple is consistent |
Methods inherited from class choco.integer.constraints.extension.ConsistencyRelation |
---|
isDefinedByFeasability, switchToOppositeRelation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface choco.integer.constraints.extension.LargeRelation |
---|
checkTuple |
Constructor Detail |
---|
public TuplesTest()
public TuplesTest(boolean feasible)
Method Detail |
---|
public boolean isConsistent(int[] tuple)
LargeRelation
isConsistent
in interface LargeRelation
public ConsistencyRelation getOpposite()
ConsistencyRelation
getOpposite
in class ConsistencyRelation
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |