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

All Known Implementing Classes:
DefaultVariableStatusAdapter

public interface VariableStatusAdapter

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(VariableInfo info, VariableStatus element)
           
 void adapt(VariableListInfo info, VariableStatusCollection element)
           
 DomainAdapter getDomainAdapter()
           
 void setDomainAdapter(DomainAdapter adapter)
           
 

Method Detail

adapt

public void adapt(VariableInfo info,
                  VariableStatus element)
           throws SolverException
Throws:
SolverException

adapt

public void adapt(VariableListInfo info,
                  VariableStatusCollection element)
           throws SolverException
Throws:
SolverException

getDomainAdapter

public DomainAdapter getDomainAdapter()

setDomainAdapter

public void setDomainAdapter(DomainAdapter adapter)