fr.inria.oadymppac.solver
Interface UpdateCollection
- All Known Subinterfaces:
- Constraint, ConstraintStatus, State
- All Known Implementing Classes:
- AbstractConstraint, ConstraintProxy, DefaultConstraint, DefaultConstraintStatus, DefaultState
- public interface UpdateCollection
- Author:
- raf
TODO To change the template for this generated type comment go to
Window - Preferences - Java - Code Generation - Code and Comments
addUpdate
public void addUpdate(Update update)
removeUpdate
public void removeUpdate(Update update)
getUpdates
public java.util.Collection getUpdates()
setUpdates
public void setUpdates(java.util.Collection updates)
countUpdates
public int countUpdates()
clearUpdates
public void clearUpdates()