public class IfThenInteractionCplex extends IfThenInteraction
condition, consequence, probabilityInteraction
Constructor and Description |
---|
IfThenInteractionCplex(Relation consequence,
Relation condition) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
makeInteraction(Bind b)
Only used when interactions in solver.
|
toString
getCondition, getConsequence, isProbabilityInteraction
public java.lang.Object makeInteraction(Bind b)
IfThenInteraction
Must be overwritten in a new class by solvers.
makeInteraction
in class IfThenInteraction