Package | Description |
---|---|
main | |
mapping_strategies |
Modifier and Type | Method and Description |
---|---|
void |
MappingStrategyInterface.initialize(MappingEvaluator eval,
javax.swing.JProgressBar progressBar)
Initializes the mapping algorithm with a mapping evaluator
object that is used to compare different mapping solutions
and a progressBar that is used to display the state of progress
of the optimization phase.
|
Modifier and Type | Method and Description |
---|---|
void |
RandomMapping.initialize(MappingEvaluator eval,
javax.swing.JProgressBar progressBar) |
void |
ListMapping.initialize(MappingEvaluator eval,
javax.swing.JProgressBar progressBar) |
void |
GeneticMapping.initialize(MappingEvaluator eval,
javax.swing.JProgressBar progressBar) |