Uses of Class
choco.kernel.memory.structure.PartiallyStoredVector

Packages that use PartiallyStoredVector
choco.cp.solver.variables.integer   
choco.kernel.memory A package devoted to backtrackable data structures. 
choco.kernel.memory.structure   
choco.kernel.memory.structure.iterators   
choco.kernel.solver.variables   
choco.kernel.solver.variables.real A package devoted to contiinuous domains and variables. 
choco.kernel.solver.variables.scheduling   
 

Uses of PartiallyStoredVector in choco.cp.solver.variables.integer
 

Methods in choco.cp.solver.variables.integer that return PartiallyStoredVector
 PartiallyStoredVector<? extends SConstraint> AbstractBijectiveVar.getConstraintVector()
           
 

Uses of PartiallyStoredVector in choco.kernel.memory
 

Methods in choco.kernel.memory that return PartiallyStoredVector
<T> PartiallyStoredVector<T>
IEnvironment.makePartiallyStoredVector()
          Factory pattern : create a new partially stored vector via the environment.
<T> PartiallyStoredVector<T>
AbstractEnvironment.makePartiallyStoredVector()
           
 

Uses of PartiallyStoredVector in choco.kernel.memory.structure
 

Fields in choco.kernel.memory.structure declared as PartiallyStoredVector
protected  PartiallyStoredVector<C> APartiallyStoredCstrList.elements
           
 

Methods in choco.kernel.memory.structure that return PartiallyStoredVector
 PartiallyStoredVector<C> APartiallyStoredCstrList.getConstraintVector()
          Access the data structure storing constraints
 

Uses of PartiallyStoredVector in choco.kernel.memory.structure.iterators
 

Methods in choco.kernel.memory.structure.iterators with parameters of type PartiallyStoredVector
 void PSCLEIterator.init(C aCause, PartiallyStoredIntVector anEvent, PartiallyStoredVector<C> someElements, PartiallyStoredIntVector someIndices)
           
 void PSCLIterator.init(PartiallyStoredVector<C> someElements, PartiallyStoredIntVector someIndices, C aCause, DisposableIntIterator aCit)
          Freeze the iterator, cannot be reused.
 

Uses of PartiallyStoredVector in choco.kernel.solver.variables
 

Methods in choco.kernel.solver.variables that return PartiallyStoredVector
 PartiallyStoredVector<? extends SConstraint> Var.getConstraintVector()
          access the data structure storing constraints involving a given variable
 PartiallyStoredVector<? extends SConstraint> AbstractVar.getConstraintVector()
          Access the data structure storing constraints involving a given variable.
 

Uses of PartiallyStoredVector in choco.kernel.solver.variables.real
 

Methods in choco.kernel.solver.variables.real that return PartiallyStoredVector
 PartiallyStoredVector<SConstraint> RealIntervalConstant.getConstraintVector()
          access the data structure storing constraints involving a given variable
 

Uses of PartiallyStoredVector in choco.kernel.solver.variables.scheduling
 

Methods in choco.kernel.solver.variables.scheduling that return PartiallyStoredVector
 PartiallyStoredVector<C> TaskVar.getConstraintVector()
          Access the data structure storing constraints involving a given variable.
 



Copyright © 2012. All Rights Reserved.