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

Method Summary
 void addConstraint(ConstraintStatus constraint)
           
 void clearConstraints()
           
 int countConstraints()
           
 java.util.Collection getConstraints()
           
 void removeConstraint(ConstraintStatus variable)
           
 void setConstraints(java.util.Collection constraints)
           
 

Method Detail

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()