|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ElementSelectionNature<Element>
Represents the nature of a selection.
All subclasses of this interface provide different heuristics to select an element among a list of elements.
Elements can have values :
Natures can be either random, preferred or weighted. Please refer to subclasses for more informations.
| JEDI V 2.2 |
| Created the 7th nov. 2008 |
| Modified the 4th may 2009 |
| Yoann Kubera |
| SMAC Team (Systèmes Multi-Agents et Comportement) |
| LIFL (Laboratoire d'Informatique Fondamentale de Lille) |
| University of Lille, France |
InteractionSelectionPolicy| Method Summary | |
|---|---|
ElementSelectionNature<Element> |
clone()
Clones the selection nature. |
Element |
performSelection(java.util.List<Element> elements)
Performs the selection of an element among a list of elements according to the provided nature. |
| Method Detail |
|---|
Element performSelection(java.util.List<Element> elements)
elements - The set of elements in which selection
is made.
null if no
element was selected.ElementSelectionNature<Element> clone()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||