choco.kernel.memory.structure
Class PartiallyStoredSetCstrList<C extends AbstractSConstraint & SetPropagator>

java.lang.Object
  extended by choco.kernel.memory.structure.APartiallyStoredCstrList<C>
      extended by choco.kernel.memory.structure.PartiallyStoredSetCstrList<C>

public final class PartiallyStoredSetCstrList<C extends AbstractSConstraint & SetPropagator>
extends APartiallyStoredCstrList<C>


Field Summary
 
Fields inherited from class choco.kernel.memory.structure.APartiallyStoredCstrList
elements, indices, priority
 
Constructor Summary
PartiallyStoredSetCstrList(IEnvironment env)
           
 
Method Summary
 DisposableIterator<Couple<C>> getActiveConstraint(C cstrCause)
           
 
Methods inherited from class choco.kernel.memory.structure.APartiallyStoredCstrList
addConstraint, computePriority, eraseConstraint, getConstraint, getConstraintIndex, getConstraintsIterator, getConstraintVector, getIndexVector, getNbConstraints, getPriority
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PartiallyStoredSetCstrList

public PartiallyStoredSetCstrList(IEnvironment env)
Method Detail

getActiveConstraint

public DisposableIterator<Couple<C>> getActiveConstraint(C cstrCause)


Copyright © 2012. All Rights Reserved.