fr.inria.oadymppac.solver
Interface ChoiceConstraint

All Superinterfaces:
ConstraintCollection, Indexable, SolverElement, SolverManagable

public interface ChoiceConstraint
extends SolverElement, ConstraintCollection

Author:
raf TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments

Field Summary
static java.lang.String EVENT_TYPE
           
 
Method Summary
 int getValue()
           
 Variable getVariable()
           
 void setValue(int value)
           
 void setVariable(Variable var)
           
 
Methods inherited from interface fr.inria.oadymppac.solver.SolverElement
getEventType, getLabel, getSolverType
 
Methods inherited from interface fr.inria.oadymppac.utils.Indexable
getIndex, getKey, reset, setIndex
 
Methods inherited from interface fr.inria.oadymppac.solver.SolverManagable
getSolver, setSolver
 
Methods inherited from interface fr.inria.oadymppac.solver.ConstraintCollection
addConstraint, clearConstraints, countConstraints, getConstraints, removeConstraint, setConstraints
 

Field Detail

EVENT_TYPE

public static final java.lang.String EVENT_TYPE
See Also:
Constant Field Values
Method Detail

getVariable

public Variable getVariable()

setVariable

public void setVariable(Variable var)

getValue

public int getValue()

setValue

public void setValue(int value)