|
CIDER Toolkit Version 0.1.0-beta |
|||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
Constraint variables are used in Constraints and ConstraintExpressions.
This interface defines how a constraint variable is manipulated. Classes that
implement this interface should also define a no-argument constructor
and must be Serializable.
| Method Summary | |
double |
getDesiredValue()
Returns the goal value for this variable. |
double |
getSolvedValue()
Returns the solved value for this variable. |
double |
getWeight()
Returns the weight of this variable. |
void |
setDesiredValue(double value)
Set the goal value for this variable. |
void |
setWeight(double weight)
Sets the weight of this variable. |
| Method Detail |
public void setDesiredValue(double value)
value - The goal value.public double getDesiredValue()
public double getSolvedValue()
public void setWeight(double weight)
weight - Weight value.public double getWeight()
|
CIDER Toolkit Version 0.1.0-beta |
|||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||