fr.inria.oadymppac.solver
Class DefaultValueList

java.lang.Object
  extended byfr.inria.oadymppac.solver.SolverElementImpl
      extended byfr.inria.oadymppac.solver.ValueListImpl
          extended byfr.inria.oadymppac.solver.DefaultValueList
All Implemented Interfaces:
Indexable, SolverElement, SolverManagable, ValueList

public class DefaultValueList
extends ValueListImpl

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

Field Summary
 
Fields inherited from interface fr.inria.oadymppac.solver.ValueList
EVENT_TYPE
 
Constructor Summary
DefaultValueList(Solver solver)
           
 
Method Summary
 java.lang.String getEventType()
           
 java.lang.Object getKey()
           
 java.lang.String getLabel()
           
 byte getSolverType()
           
 void reset()
           
 
Methods inherited from class fr.inria.oadymppac.solver.ValueListImpl
add, getMax, getMin, getSize, getValues, setMax, setMin, setSize
 
Methods inherited from class fr.inria.oadymppac.solver.SolverElementImpl
getIndex, getSolver, setIndex, setSolver
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface fr.inria.oadymppac.utils.Indexable
getIndex, setIndex
 
Methods inherited from interface fr.inria.oadymppac.solver.SolverManagable
getSolver, setSolver
 

Constructor Detail

DefaultValueList

public DefaultValueList(Solver solver)
Parameters:
solver -
Method Detail

getLabel

public java.lang.String getLabel()

getSolverType

public byte getSolverType()

getKey

public java.lang.Object getKey()

getEventType

public java.lang.String getEventType()

reset

public void reset()