fr.inria.oadymppac.solver.parsing.adapter
Interface ReduceAdapter
- All Known Implementing Classes:
- DefaultReduceAdapter
- public interface ReduceAdapter
- Author:
- raf
TODO To change the template for this generated type comment go to
Window - Preferences - Java - Code Generation - Code and Comments
adapt
public void adapt(ExplanationListInfo info,
Reduce element)
throws SolverException
- Throws:
SolverException
adapt
public void adapt(ReduceInfo info,
Reduce element)
throws SolverException
- Throws:
SolverException
getDeltaAdapter
public DeltaAdapter getDeltaAdapter()
setDeltaAdapter
public void setDeltaAdapter(DeltaAdapter adapter)
getDomainAdapter
public DomainAdapter getDomainAdapter()
setDomainAdapter
public void setDomainAdapter(DomainAdapter adapter)
getUpdateAdapter
public UpdateAdapter getUpdateAdapter()
setUpdateAdapter
public void setUpdateAdapter(UpdateAdapter adapter)
getStateAdapter
public StateAdapter getStateAdapter()
setStateAdapter
public void setStateAdapter(StateAdapter adapter)
getExplanationAdapter
public ExplanationAdapter getExplanationAdapter()
setExplanationAdapter
public void setExplanationAdapter(ExplanationAdapter adapter)