|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectchoco.integer.constraints.extension.ConsistencyRelation
public abstract class ConsistencyRelation
Field Summary | |
---|---|
protected boolean |
feasible
|
Constructor Summary | |
---|---|
ConsistencyRelation()
|
Method Summary | |
---|---|
abstract ConsistencyRelation |
getOpposite()
return the opposite relation of itself |
boolean |
isDefinedByFeasability()
test if the relation is defined with feasible tuples or infeasible one. |
void |
switchToOppositeRelation()
inverse the feasability of the relation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected boolean feasible
Constructor Detail |
---|
public ConsistencyRelation()
Method Detail |
---|
public boolean isDefinedByFeasability()
public void switchToOppositeRelation()
public abstract ConsistencyRelation getOpposite()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |