fr.inria.oadymppac.solver
Interface ConstraintStatus

All Superinterfaces:
Indexable, SolverElement, SolverManagable, StateProvider, Status, UpdateCollection, VariableCollection
All Known Implementing Classes:
DefaultConstraintStatus

public interface ConstraintStatus
extends Status, StateProvider, VariableCollection, UpdateCollection

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
 java.lang.String getOrigin()
           
 void setOrigin(java.lang.String origin)
           
 
Methods inherited from interface fr.inria.oadymppac.solver.Status
getElement, getStatus, setElement, setStatus
 
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.StateProvider
getState, setState
 
Methods inherited from interface fr.inria.oadymppac.solver.VariableCollection
addVariable, clearVariables, countVariables, getVariables, removeVariable, setVariables
 
Methods inherited from interface fr.inria.oadymppac.solver.UpdateCollection
addUpdate, clearUpdates, countUpdates, getUpdates, removeUpdate, setUpdates
 

Field Detail

EVENT_TYPE

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

getOrigin

public java.lang.String getOrigin()

setOrigin

public void setOrigin(java.lang.String origin)