Uses of Interface
fr.lifl.jedi.model.interactionSelection.reactiveSelection.ElementSelectionNature

Packages that use ElementSelectionNature
fr.lifl.jedi.model.interactionSelection.reactiveSelection   
 

Uses of ElementSelectionNature in fr.lifl.jedi.model.interactionSelection.reactiveSelection
 

Classes in fr.lifl.jedi.model.interactionSelection.reactiveSelection that implement ElementSelectionNature
 class PreferredSelectionNature<Element>
          The preferred selection nature.
 class RandomSelectionNature<Element>
          The random selection nature.
 class WeightedSelectionNature<Element>
          The weighted selection nature.
 

Methods in fr.lifl.jedi.model.interactionSelection.reactiveSelection that return ElementSelectionNature
 ElementSelectionNature<Element> ElementSelectionNature.clone()
          Clones the selection nature.
 

Methods in fr.lifl.jedi.model.interactionSelection.reactiveSelection with parameters of type ElementSelectionNature
 void FirstTargetThenInteractionSelectionPolicy.setDefaultInteractionSelectionNature(ElementSelectionNature<AbstractRealizableTuple<?>> e)
          Sets the nature used to select the interaction that the source agent will initiate.
 void FirstInteractionThenTargetSelectionPolicy.setDefaultTargetSelectionNature(ElementSelectionNature<AbstractRealizableTuple<?>> e)
          Sets the nature used to select the target of an initiated interaction.
 void FirstTargetThenInteractionSelectionPolicy.setInteractionSelectionNature(java.lang.Class<? extends Agent> a, ElementSelectionNature<AbstractRealizableTuple<?>> e)
          Sets the nature used to select the interaction that the source agent will initiate.
 void FirstInteractionThenTargetSelectionPolicy.setInteractionSelectionNature(ElementSelectionNature<AbstractInteraction<?>> n)
          Sets the nature used to select the interaction.
 void FirstInteractionThenTargetSelectionPolicy.setTargetSelectionNature(AbstractInteraction<?> i, ElementSelectionNature<AbstractRealizableTuple<?>> e)
          Sets the nature used to select the target of an initiated interaction.
 void FirstTargetThenInteractionSelectionPolicy.setTargetSelectionNature(ElementSelectionNature<Agent> n)
          Sets the nature used to select the target agent.
 

Constructors in fr.lifl.jedi.model.interactionSelection.reactiveSelection with parameters of type ElementSelectionNature
TupleSelectionPolicy(ElementSelectionNature<AbstractRealizableTuple<?>> nature)
          Constructor of a tuple selection policy made with a particular nature.