Uses of Interface
choco.kernel.memory.IStateIntProcedure

Packages that use IStateIntProcedure
choco.cp.solver.constraints.global.scheduling.disjunctive   
choco.kernel.memory A package devoted to backtrackable data structures. 
choco.kernel.memory.copy   
choco.kernel.memory.trailing   
 

Uses of IStateIntProcedure in choco.cp.solver.constraints.global.scheduling.disjunctive
 

Classes in choco.cp.solver.constraints.global.scheduling.disjunctive that implement IStateIntProcedure
 class AltDisjRules
           
 

Uses of IStateIntProcedure in choco.kernel.memory
 

Methods in choco.kernel.memory with parameters of type IStateIntProcedure
 IStateInt IEnvironment.makeIntProcedure(IStateIntProcedure procedure, int initialValue)
          Factory pattern : new IStateInt with procedure objects are created by the environment
 

Uses of IStateIntProcedure in choco.kernel.memory.copy
 

Methods in choco.kernel.memory.copy with parameters of type IStateIntProcedure
 IStateInt EnvironmentCopying.makeIntProcedure(IStateIntProcedure procedure, int initialValue)
           
 

Constructors in choco.kernel.memory.copy with parameters of type IStateIntProcedure
RcIntProcedure(EnvironmentCopying env, IStateIntProcedure procedure, int i)
           
 

Uses of IStateIntProcedure in choco.kernel.memory.trailing
 

Methods in choco.kernel.memory.trailing with parameters of type IStateIntProcedure
 IStateInt EnvironmentTrailing.makeIntProcedure(IStateIntProcedure procedure, int initialValue)
           
 

Constructors in choco.kernel.memory.trailing with parameters of type IStateIntProcedure
StoredIntProcedure(EnvironmentTrailing env, IStateIntProcedure procedure, int i)
           
 



Copyright © 2012. All Rights Reserved.