Uses of Class
choco.kernel.solver.goals.GoalType

Packages that use GoalType
choco.cp.solver.goals   
choco.cp.solver.goals.choice   
choco.kernel.solver.goals   
choco.kernel.solver.goals.choice   
choco.kernel.solver.goals.solver   
 

Uses of GoalType in choco.cp.solver.goals
 

Methods in choco.cp.solver.goals that return GoalType
 GoalType Sequence.getType()
           
 GoalType GlobalFail.getType()
           
 

Uses of GoalType in choco.cp.solver.goals.choice
 

Methods in choco.cp.solver.goals.choice that return GoalType
 GoalType Instantiate.getType()
           
 GoalType Generate.getType()
           
 

Uses of GoalType in choco.kernel.solver.goals
 

Methods in choco.kernel.solver.goals that return GoalType
 GoalType Goal.getType()
           
static GoalType GoalType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GoalType[] GoalType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of GoalType in choco.kernel.solver.goals.choice
 

Methods in choco.kernel.solver.goals.choice that return GoalType
 GoalType SetVal.getType()
           
 GoalType RemoveVal.getType()
           
 

Uses of GoalType in choco.kernel.solver.goals.solver
 

Methods in choco.kernel.solver.goals.solver that return GoalType
 GoalType ChoicePoint.getType()
           
 



Copyright © 2012. All Rights Reserved.