public abstract class AbstractConstraint
extends java.lang.Object
| Constructor and Description |
|---|
AbstractConstraint() |
| Modifier and Type | Method and Description |
|---|---|
abstract double |
checkConstraint()
Check if the current constrain is achieved or not
|
void |
setParameters(java.util.HashMap<java.lang.String,java.lang.Object> parameters)
Set the parameter of the constrains from a HashMap
|
public void setParameters(java.util.HashMap<java.lang.String,java.lang.Object> parameters)
parameters - hashmap of constraints parameterspublic abstract double checkConstraint()