Package fr.lifl.jedi.model.interactionSelection.reactiveSelection

Interface Summary
ElementSelectionNature<Element> Represents the nature of a selection.
 

Class Summary
FirstInteractionThenTargetSelectionPolicy An interaction selection policy that performs selection first on interactions then on agents.
FirstTargetThenInteractionSelectionPolicy An interaction selection policy that performs selection first on target agents then on interaction.
InteractionSelectionPolicy This class represents a part of an agents behavior.
PreferredSelectionNature<Element> The preferred selection nature.
RandomSelectionNature<Element> The random selection nature.
TupleSelectionPolicy An interaction selection policy that performs selection directly on tuples.
WeightedSelectionNature<Element> The weighted selection nature.