Uses of Class
fr.lifl.jedi.model.interactionSelection.reactiveSelection.InteractionSelectionPolicy

Packages that use InteractionSelectionPolicy
fr.lifl.jedi.model.interactionDeclaration This package defines the classes required to design the interaction matrix of a simulation. 
fr.lifl.jedi.model.interactionSelection.reactiveSelection   
 

Uses of InteractionSelectionPolicy in fr.lifl.jedi.model.interactionDeclaration
 

Methods in fr.lifl.jedi.model.interactionDeclaration that return InteractionSelectionPolicy
 InteractionSelectionPolicy InteractionMatrixLine.getPolicy(int priority)
          Gets the interaction selection policy associated with a particular priority of assignation element.
 

Methods in fr.lifl.jedi.model.interactionDeclaration with parameters of type InteractionSelectionPolicy
 boolean InteractionMatrixLine.setSelectionPolicy(int priority, InteractionSelectionPolicy policy)
          Sets an interaction selection policy for a particular priority of assignation elements.
 

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

Subclasses of InteractionSelectionPolicy in fr.lifl.jedi.model.interactionSelection.reactiveSelection
 class FirstInteractionThenTargetSelectionPolicy
          An interaction selection policy that performs selection first on interactions then on agents.
 class FirstTargetThenInteractionSelectionPolicy
          An interaction selection policy that performs selection first on target agents then on interaction.
 class TupleSelectionPolicy
          An interaction selection policy that performs selection directly on tuples.
 

Fields in fr.lifl.jedi.model.interactionSelection.reactiveSelection declared as InteractionSelectionPolicy
static InteractionSelectionPolicy InteractionSelectionPolicy.DEFAULT_POLICY
          The default interaction selection policy used by agents.
 

Methods in fr.lifl.jedi.model.interactionSelection.reactiveSelection that return InteractionSelectionPolicy
 InteractionSelectionPolicy TupleSelectionPolicy.clone()
           
 InteractionSelectionPolicy FirstInteractionThenTargetSelectionPolicy.clone()
           
abstract  InteractionSelectionPolicy InteractionSelectionPolicy.clone()
           
 InteractionSelectionPolicy FirstTargetThenInteractionSelectionPolicy.clone()