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

All Known Implementing Classes:
DefaultDeltaAdapter

public interface DeltaAdapter

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

Method Detail

adapt

public void adapt(DeltaInfo info,
                  Delta element)
           throws SolverException
Throws:
SolverException

adapt

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

getValueListAdapter

public ValueListAdapter getValueListAdapter()

setValueListAdapter

public void setValueListAdapter(ValueListAdapter adapter)