fr.inria.oadymppac.solver
Interface StateProvider

All Known Subinterfaces:
Annotation, Awake, BackTo, ChoicePoint, Constraint, ConstraintEvent, ConstraintStatus, EndStage, Failure, Post, Reduce, Reject, Remove, Restore, ResumeStage, Schedule, SearchNode, Solution, Solved, SolverEventElement, Stage, StageEvent, StartStage, Suspend, SuspendStage, Update, Variable, VariableStatus
All Known Implementing Classes:
AbstractAnnotation, AbstractConstraint, AbstractSearchNode, AbstractStage, AbstractStatus, AbstractVariable, BasicSearchNode, ConstraintEventImpl, ConstraintProxy, DefaultAwake, DefaultChoicePoint, DefaultConstraint, DefaultConstraintStatus, DefaultFailure, DefaultPost, DefaultReduce, DefaultReject, DefaultRemove, DefaultSchedule, DefaultSolution, DefaultSolved, DefaultStage, DefaultSuspend, DefaultUpdate, DefaultVariable, DefaultVariableStatus

public interface StateProvider

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

Method Summary
 State getState()
           
 void setState(State sate)
           
 

Method Detail

getState

public State getState()

setState

public void setState(State sate)