public class OperationLe extends Operation
Constructor and Description |
---|
OperationLe() |
Modifier and Type | Method and Description |
---|---|
boolean |
isTrue(Constraint cons,
double value)
Checks if the combination of the constraint, the operation and the value
is true or not.
|
java.util.List<Constraint> |
makeConstraint(parsebionet.biodata.BioEntity entity,
double value)
Make constraint from an entity and a value.
|
java.lang.String |
toString() |
public java.util.List<Constraint> makeConstraint(parsebionet.biodata.BioEntity entity, double value)
Operation
Only used when interactions are not in the solver.
makeConstraint
in class Operation
entity
- The entity concerned.value
- The value to use.public boolean isTrue(Constraint cons, double value)
Operation
Only used when interactions are not in the solver.