Uses of Class
AbstractClasses.ProblemDomain.HeuristicType

Packages that use ProblemDomain.HeuristicType
AbstractClasses   
BinPacking   
FlowShop   
PersonnelScheduling   
SAT   
 

Uses of ProblemDomain.HeuristicType in AbstractClasses
 

Methods in AbstractClasses that return ProblemDomain.HeuristicType
static ProblemDomain.HeuristicType ProblemDomain.HeuristicType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ProblemDomain.HeuristicType[] ProblemDomain.HeuristicType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in AbstractClasses with parameters of type ProblemDomain.HeuristicType
abstract  int[] ProblemDomain.getHeuristicsOfType(ProblemDomain.HeuristicType heuristicType)
          Gets an array of heuristicIDs of the type specified by heuristicType.
 

Uses of ProblemDomain.HeuristicType in BinPacking
 

Methods in BinPacking with parameters of type ProblemDomain.HeuristicType
 int[] BinPacking.getHeuristicsOfType(ProblemDomain.HeuristicType hType)
           
 

Uses of ProblemDomain.HeuristicType in FlowShop
 

Methods in FlowShop with parameters of type ProblemDomain.HeuristicType
 int[] FlowShop.getHeuristicsOfType(ProblemDomain.HeuristicType heuristicType)
           
 

Uses of ProblemDomain.HeuristicType in PersonnelScheduling
 

Methods in PersonnelScheduling with parameters of type ProblemDomain.HeuristicType
 int[] PersonnelScheduling.getHeuristicsOfType(ProblemDomain.HeuristicType hType)
           
 

Uses of ProblemDomain.HeuristicType in SAT
 

Methods in SAT with parameters of type ProblemDomain.HeuristicType
 int[] SAT.getHeuristicsOfType(ProblemDomain.HeuristicType hType)