Uses of Package
fr.lifl.jedi.model.interactionDeclaration

Packages that use fr.lifl.jedi.model.interactionDeclaration
fr.lifl.jedi.model This package provides the classes required to design the model of a simulation in JEDI. 
fr.lifl.jedi.model.interactionDeclaration This package defines the classes required to design the interaction matrix of a simulation. 
fr.lifl.jedi.model.interactionSelection This package defines the elements required to perform interaction selection. 
fr.lifl.jedi.model.interactionSelection.reactiveSelection   
 

Classes in fr.lifl.jedi.model.interactionDeclaration used by fr.lifl.jedi.model
InteractionMatrixLine
           This class represents a line of the interaction matrix.
 

Classes in fr.lifl.jedi.model.interactionDeclaration used by fr.lifl.jedi.model.interactionDeclaration
AbstractAssignationElement
           Class representing an element of a cell of the interaction matrix -- i.e.
AbstractInteraction
          The parent class of all interactions in JEDI.
DegenerateInteraction
           This class represents an interaction that occurs only with single source agent.
InteractionMatrixLine
           This class represents a line of the interaction matrix.
MultipleTargetInteraction
           This class corresponds to a knowledge unit of agents : an interaction that involves a number of target that depends on the situation in which the source agent is (it is a multicast interaction).
SingleTargetInteraction
           This class represents an interaction that occurs between a single source agent and a single target agent.
 

Classes in fr.lifl.jedi.model.interactionDeclaration used by fr.lifl.jedi.model.interactionSelection
AbstractInteraction
          The parent class of all interactions in JEDI.
DegenerateInteraction
           This class represents an interaction that occurs only with single source agent.
MultipleTargetInteraction
           This class corresponds to a knowledge unit of agents : an interaction that involves a number of target that depends on the situation in which the source agent is (it is a multicast interaction).
SingleTargetInteraction
           This class represents an interaction that occurs between a single source agent and a single target agent.
 

Classes in fr.lifl.jedi.model.interactionDeclaration used by fr.lifl.jedi.model.interactionSelection.reactiveSelection
AbstractInteraction
          The parent class of all interactions in JEDI.