fr.inria.oadymppac.solver
Interface Solution

All Superinterfaces:
ChronoProvider, DepthProvider, Indexable, SearchNode, SolverElement, SolverMainElement, SolverManagable, StateProvider
All Known Implementing Classes:
DefaultSolution

public interface Solution
extends SearchNode

Author:
raf 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
           
 
Fields inherited from interface fr.inria.oadymppac.solver.SearchNode
NONE
 
Method Summary
 int getValue()
           
 void setValue(int value)
           
 
Methods inherited from interface fr.inria.oadymppac.solver.SearchNode
addChoiceConstraint, clearChoiceConstraints, countChoiceConstraint, getChoiceConstraints, getIdentifier, getName, removeChoiceConstraint, setChoiceConstraints, setIdentifier, setName
 
Methods inherited from interface fr.inria.oadymppac.solver.SolverMainElement
getContext, getFile, getLine, getTime, setContext, setFile, setLine, setTime
 
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
 
Methods inherited from interface fr.inria.oadymppac.solver.StateProvider
getState, setState
 

Field Detail

EVENT_TYPE

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

getValue

public int getValue()

setValue

public void setValue(int value)