fr.inria.oadymppac.solver
Interface DepthProvider

All Known Subinterfaces:
Annotation, Awake, BackTo, ChoicePoint, Constraint, ConstraintEvent, Delta, Domain, EndStage, Failure, Post, Reduce, Reject, Remove, Restore, ResumeStage, Schedule, SearchNode, Solution, Solved, SolverEventElement, SolverMainElement, Stage, StageEvent, StartStage, State, Suspend, SuspendStage, Variable
All Known Implementing Classes:
AbstractAnnotation, AbstractConstraint, AbstractSearchNode, AbstractStage, AbstractVariable, BasicSearchNode, ConstraintEventImpl, ConstraintProxy, DefaultAwake, DefaultChoicePoint, DefaultConstraint, DefaultDelta, DefaultDomain, DefaultFailure, DefaultPost, DefaultReduce, DefaultReject, DefaultRemove, DefaultSchedule, DefaultSolution, DefaultSolved, DefaultStage, DefaultState, DefaultSuspend, DefaultVariable, SolverMainElementImpl

public interface DepthProvider

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

Method Summary
 int getDepth()
           
 void setDepth(int depth)
           
 

Method Detail

getDepth

public int getDepth()

setDepth

public void setDepth(int depth)