fr.inria.oadymppac.solver
Interface Domain

All Superinterfaces:
ChronoProvider, DepthProvider, Indexable, SolverElement, SolverManagable, ValueList
All Known Implementing Classes:
DefaultDomain

public interface Domain
extends ValueList, DepthProvider, ChronoProvider

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 getComputedMax()
           
 int getComputedMin()
           
 int getComputedSize()
           
 Variable getVariable()
           
 void setVariable(Variable variable)
           
 
Methods inherited from interface fr.inria.oadymppac.solver.ValueList
add, getMax, getMin, getSize, getValues, setMax, setMin, setSize
 
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.DepthProvider
getDepth, setDepth
 
Methods inherited from interface fr.inria.oadymppac.solver.ChronoProvider
getChrono, setChrono
 

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 variable)

getComputedMin

public int getComputedMin()

getComputedMax

public int getComputedMax()

getComputedSize

public int getComputedSize()