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

All Known Implementing Classes:
DefaultDomainAdapter

public interface DomainAdapter

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(ValueListInfo info, Domain element)
           
 void adapt(VarDomainInfo info, Domain element)
           
 ValueListAdapter getValueListAdapter()
           
 void setValueListAdapter(ValueListAdapter adapter)
           
 

Method Detail

adapt

public void adapt(VarDomainInfo info,
                  Domain element)
           throws SolverException
Throws:
SolverException

adapt

public void adapt(ValueListInfo info,
                  Domain element)
           throws SolverException
Throws:
SolverException

getValueListAdapter

public ValueListAdapter getValueListAdapter()

setValueListAdapter

public void setValueListAdapter(ValueListAdapter adapter)