fr.inria.oadymppac.solver.parsing.adapter
Interface SearchNodeAdapter

All Known Implementing Classes:
DefaultSearchNodeAdapter

public interface SearchNodeAdapter

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

Method Summary
 void adapt(ChoiceConstraintListInfo info, SearchNode element)
           
 void adapt(ChoicePointInfo info, ChoicePoint element)
           
 void adapt(FailureInfo info, Failure element)
           
 void adapt(SolutionInfo info, Solution element)
           
 StateAdapter getStateAdapter()
           
 void setStateAdapter(StateAdapter adapter)
           
 

Method Detail

adapt

public void adapt(ChoiceConstraintListInfo info,
                  SearchNode element)
           throws SolverException
Throws:
SolverException

adapt

public void adapt(ChoicePointInfo info,
                  ChoicePoint element)
           throws SolverException
Throws:
SolverException

adapt

public void adapt(FailureInfo info,
                  Failure element)
           throws SolverException
Throws:
SolverException

adapt

public void adapt(SolutionInfo info,
                  Solution element)
           throws SolverException
Throws:
SolverException

getStateAdapter

public StateAdapter getStateAdapter()

setStateAdapter

public void setStateAdapter(StateAdapter adapter)