fr.inria.oadymppac.solver
Interface ConstraintStatusCollection
- All Known Subinterfaces:
- State
- All Known Implementing Classes:
- DefaultState
- public interface ConstraintStatusCollection
- Author:
- raf
TODO To change the template for this generated type comment go to
Window - Preferences - Java - Code Generation - Code and Comments
addConstraint
public void addConstraint(ConstraintStatus constraint)
removeConstraint
public void removeConstraint(ConstraintStatus variable)
getConstraints
public java.util.Collection getConstraints()
setConstraints
public void setConstraints(java.util.Collection constraints)
countConstraints
public int countConstraints()
clearConstraints
public void clearConstraints()