fr.inria.oadymppac.solver
Interface ValueList
- All Superinterfaces:
- Indexable, SolverElement, SolverManagable
- All Known Subinterfaces:
- Cause, Delta, Domain
- All Known Implementing Classes:
- DefaultCause, DefaultDelta, DefaultDomain, ValueListImpl
- public interface ValueList
- extends SolverElement
- Author:
- raf
TODO To change the template for this generated type comment go to
Window - Preferences - Java - Code Generation - Code and Comments
EVENT_TYPE
public static final java.lang.String EVENT_TYPE
- See Also:
- Constant Field Values
getSize
public int getSize()
setSize
public void setSize(int size)
getValues
public int[] getValues()
getMax
public int getMax()
getMin
public int getMin()
setMax
public void setMax(int max)
setMin
public void setMin(int min)
add
public void add(int from,
int to)