Uses of Class
jmetal.core.SolutionType

Packages that use SolutionType
jmetal.core   
jmetal.encodings.solutionType   
 

Uses of SolutionType in jmetal.core
 

Fields in jmetal.core declared as SolutionType
protected  SolutionType Problem.solutionType_
          Stores the type of the solutions of the problem
 

Methods in jmetal.core that return SolutionType
 SolutionType Problem.getSolutionType()
          Returns the type of the variables of the problem.
 SolutionType Solution.getType()
          Gets the type of the encodings.variable
 

Methods in jmetal.core with parameters of type SolutionType
 void Problem.setSolutionType(SolutionType type)
          Sets the type of the variables of the problem.
 void Solution.setType(SolutionType type)
          Sets the type of the encodings.variable.
 

Constructors in jmetal.core with parameters of type SolutionType
Problem(SolutionType solutionType)
          Constructor.
 

Uses of SolutionType in jmetal.encodings.solutionType
 

Subclasses of SolutionType in jmetal.encodings.solutionType
 class ArrayIntSolutionType
          Class representing the solution type of solutions composed of an ArrayInt encodings.variable
 class ArrayRealAndBinarySolutionType
          Class representing the solution type of solutions composed of array of reals and a binary string.
 class ArrayRealSolutionType
          Class representing the solution type of solutions composed of an ArrayReal encodings.variable
 class BinaryRealSolutionType
          Class representing the solution type of solutions composed of BinaryReal variables
 class BinarySolutionType
          Class representing the solution type of solutions composed of Binary variables
 class IntRealSolutionType
          Class representing a solution type including two variables: an integer and a real.
 class IntSolutionType
          Class representing the solution type of solutions composed of Int variables
 class PermutationSolutionType
          Class representing the solution type of solutions composed of Permutation variables
 class RealSolutionType
          Class representing a solution type composed of real variables