public interface PrioritizationTechnique
| Modifier and Type | Method and Description |
|---|---|
double |
getFitnessSum()
Return the fitness sum associated to the products.
|
java.lang.String |
getName()
Return the name of this technique.
|
java.util.List<Product> |
prioritize(ModelPLEDGE model,
java.util.List<Product> products)
Returns the prioritized list of products.
|
java.util.List<Product> prioritize(ModelPLEDGE model, java.util.List<Product> products) throws java.lang.Exception
model - the model of the application.products - the list of products to prioritize.java.lang.Exception - if an error occurs during the prioritization.java.lang.String getName()
double getFitnessSum()