Uses of Class
parser.flatzinc.ast.SolveGoal.Solver

Packages that use SolveGoal.Solver
parser.flatzinc.ast   
 

Uses of SolveGoal.Solver in parser.flatzinc.ast
 

Methods in parser.flatzinc.ast that return SolveGoal.Solver
static SolveGoal.Solver SolveGoal.Solver.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SolveGoal.Solver[] SolveGoal.Solver.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in parser.flatzinc.ast with parameters of type SolveGoal.Solver
SolveGoal(List<EAnnotation> annotations, SolveGoal.Solver type, Expression expr)
           
 



Copyright © 2012. All Rights Reserved.