| Package | Description |
|---|---|
| org.uma.jmetal.parameter | |
| org.uma.jmetal.parameter.configuration | |
| org.uma.jmetal.parameter.configuration.impl | |
| org.uma.jmetal.parameter.impl |
| Modifier and Type | Method and Description |
|---|---|
Collection<Parameter<?>> |
ParameterManager.getParameters() |
| Modifier and Type | Method and Description |
|---|---|
Parameter<Value> |
ConfigurationUnit.getParameter() |
| Modifier and Type | Method and Description |
|---|---|
Collection<Parameter<?>> |
Configuration.getParameters() |
| Modifier and Type | Method and Description |
|---|---|
<Value> ConfigurationUnit<Value> |
Configuration.getUnit(Parameter<Value> parameter) |
| Modifier and Type | Method and Description |
|---|---|
Parameter<Value> |
ImmutableConfigurationUnit.getParameter() |
| Modifier and Type | Method and Description |
|---|---|
Map<Parameter<?>,ConfigurationUnit<?>> |
SimpleConfiguration.getAllUnits(Iterable<Parameter<?>> parameters) |
Map<Parameter<?>,Object> |
SimpleConfiguration.getAllValues(Iterable<Parameter<?>> parameters) |
Collection<Parameter<?>> |
SimpleConfiguration.getParameters() |
| Modifier and Type | Method and Description |
|---|---|
<Value> ConfigurationUnit<Value> |
SimpleConfiguration.getUnit(Parameter<Value> parameter) |
<Value> Value |
SimpleConfiguration.getValue(Parameter<Value> parameter) |
void |
SimpleConfiguration.removeUnit(Parameter<?> parameter) |
void |
SimpleConfiguration.removeValue(Parameter<?> parameter) |
<Value> void |
SimpleConfiguration.setValue(Parameter<Value> parameter,
Value value) |
| Modifier and Type | Method and Description |
|---|---|
Map<Parameter<?>,ConfigurationUnit<?>> |
SimpleConfiguration.getAllUnits(Iterable<Parameter<?>> parameters) |
Map<Parameter<?>,Object> |
SimpleConfiguration.getAllValues(Iterable<Parameter<?>> parameters) |
void |
SimpleConfiguration.removeAllUnits(Iterable<Parameter<?>> parameters) |
void |
SimpleConfiguration.removeAllValues(Iterable<Parameter<?>> parameters) |
<Value> void |
SimpleConfiguration.setAllValues(Map<Parameter<Value>,Value> map) |
| Constructor and Description |
|---|
ImmutableConfigurationUnit(Parameter<Value> parameter,
Value value)
|
| Modifier and Type | Class and Description |
|---|---|
class |
MeasurableParameter<Value>
|
class |
SimpleParameter<Value>
SimpleParameter is a basic implementation of Parameter. |
| Modifier and Type | Method and Description |
|---|---|
Collection<Parameter<?>> |
SimpleParameterManager.getParameters() |
Iterator<Parameter<?>> |
SimpleParameterManager.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleParameterManager.addParameter(Parameter<?> parameter) |
void |
SimpleParameterManager.removeParameter(Parameter<?> parameter) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleParameterManager.addAllParameters(Collection<? extends Parameter<?>> parameters)
Massive equivalent of
SimpleParameterManager.addParameter(Parameter). |
void |
SimpleParameterManager.removeAllParameters(Collection<? extends Parameter<?>> parameters)
Massive equivalent to
SimpleParameterManager.removeParameter(Parameter). |
| Constructor and Description |
|---|
MeasurableParameter(Parameter<Value> parameter)
Create a
MeasurableParameter based on an existing
Parameter. |
Copyright © 2015. All rights reserved.