|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectomnics.Constraint
omnics.constraint.BinaryConstraint
omnics.constraint.LessOrEqual
public class LessOrEqual
| Field Summary |
|---|
| Fields inherited from class omnics.constraint.BinaryConstraint |
|---|
x, xIndex, y, yIndex |
| Fields inherited from class omnics.Constraint |
|---|
ALLOWED, filter, FORBIDDEN, MAX, MIN, name, problem, variables |
| Constructor Summary | |
|---|---|
LessOrEqual(Var x,
Var y)
Creates a new instance of LessOrEqual |
|
| Method Summary | |
|---|---|
int |
eval(java.lang.Object xval,
java.lang.Object yval)
This is the method that evaluates the tuple (x=a,y=b). |
| Methods inherited from class omnics.constraint.BinaryConstraint |
|---|
eval, eval |
| Methods inherited from class omnics.Constraint |
|---|
eval, getFilter, getName, getProblem, getTuples, getVarArray, getVariables, setFilter, setName, setVariables, setVariables, toString, variable |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LessOrEqual(Var x,
Var y)
| Method Detail |
|---|
public int eval(java.lang.Object xval,
java.lang.Object yval)
BinaryConstraint
eval in class BinaryConstraint
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||