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

All Known Implementing Classes:
DefaultUpdateAdapter

public interface UpdateAdapter

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(UpdateInfo info, Update element)
           
 void adapt(UpdateListInfo info, UpdateCollection element)
           
 

Method Detail

adapt

public void adapt(UpdateInfo info,
                  Update element)
           throws SolverException
Throws:
SolverException

adapt

public void adapt(UpdateListInfo info,
                  UpdateCollection element)
           throws SolverException
Throws:
SolverException