| Package | Description |
|---|---|
| org.uma.jmetal.solution | |
| org.uma.jmetal.solution.impl |
| Modifier and Type | Method and Description |
|---|---|
Collection<SolutionBuilder.Variable<Solution,?>> |
SolutionBuilder.getVariables() |
| Modifier and Type | Method and Description |
|---|---|
<Value> void |
SolutionBuilder.prepare(SolutionBuilder.Variable<Solution,Value> variable,
Value value)
This method tells which
Value to assign to the next
Solution, generated by SolutionBuilder.build(), for a given
SolutionBuilder.Variable. |
| Modifier and Type | Method and Description |
|---|---|
<Solution> Collection<SolutionBuilder.Variable<Solution,?>> |
VariableFactory.createFromGetters(Class<Solution> solutionClass)
This method retrieves all the values accessible through a getter (
getX() method) in order to build the corresponding set of
SolutionBuilder.Variables. |
<Solution> Collection<SolutionBuilder.Variable<Solution,?>> |
VariableFactory.createFromGettersAndConstructors(Class<Solution> solutionClass)
This method retrieves all the values accessible through a getter (
getX() method) in order to build the corresponding set of
SolutionBuilder.Variables. |
<Solution> Collection<SolutionBuilder.Variable<Solution,?>> |
VariableFactory.createFromGettersAndSetters(Class<Solution> solutionClass)
This method retrieves all the values accessible through a getter (
getX() method) in order to build the corresponding set of
SolutionBuilder.Variables. |
Copyright © 2018. All rights reserved.