fr.inria.oadymppac.solver
Interface SolverManagable

All Known Subinterfaces:
Annotation, Awake, BackTo, Cause, ChoiceConstraint, ChoicePoint, Constraint, ConstraintEvent, ConstraintStatus, Delta, Domain, EndStage, Explanation, Failure, Post, Reduce, Reject, Remove, Restore, ResumeStage, Schedule, SearchNode, Solution, Solved, SolverElement, SolverEventElement, SolverMainElement, Stage, StageEvent, StartStage, State, Status, Suspend, SuspendStage, Update, ValueList, Variable, VariableStatus
All Known Implementing Classes:
AbstractAnnotation, AbstractConstraint, AbstractManagerEventListener, AbstractSearchNode, AbstractStage, AbstractStatus, AbstractVariable, BasicSearchNode, ConstraintEventImpl, ConstraintProxy, DefaultAdapter, DefaultAwake, DefaultCause, DefaultChoicePoint, DefaultConstraint, DefaultConstraintStatus, DefaultDelta, DefaultDomain, DefaultExplanation, DefaultFailure, DefaultPost, DefaultReduce, DefaultReject, DefaultRemove, DefaultSchedule, DefaultSolution, DefaultSolved, DefaultStage, DefaultState, DefaultSuspend, DefaultUpdate, DefaultVariable, DefaultVariableStatus, ExceptionManager, SolverAnalyserImpl, SolverElementImpl, SolverMainElementImpl, SolverObjectManager, ValueListImpl

public interface SolverManagable

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

Method Summary
 Solver getSolver()
           
 void setSolver(Solver solver)
           
 

Method Detail

getSolver

public Solver getSolver()

setSolver

public void setSolver(Solver solver)