public abstract class Constraint
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
Constraint() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
checkConstraint()
Check constraint.
|
double |
getCriticity()
Gets the criticity.
|
void |
setCriticity(double criticity)
Sets the criticity.
|
abstract boolean |
solveConstraint(BlackBox bb)
Solve constraint.
|
public double getCriticity()
public void setCriticity(double criticity)
criticity
- the new criticitypublic abstract boolean checkConstraint()
public abstract boolean solveConstraint(BlackBox bb)
bb
- the bb