Uses of Class
fr.lifl.jedi.gui.display.interactionDisplayer.model.tree.PerformedInteractionsDisplayableNode

Packages that use PerformedInteractionsDisplayableNode
fr.lifl.jedi.gui.display.interactionDisplayer.model.tree This package defines a GUI that displays the simulation as an image, where agents are drawn with color shapes or icons. 
 

Uses of PerformedInteractionsDisplayableNode in fr.lifl.jedi.gui.display.interactionDisplayer.model.tree
 

Subclasses of PerformedInteractionsDisplayableNode in fr.lifl.jedi.gui.display.interactionDisplayer.model.tree
 class PerformedInteractionsFamilyNode
          A node that represents the interactions performed by the different instances of a particular agent family.
 class PerformedInteractionsInstanceNode
          A node that represents the interactions performed by a particular agent instance.
 class PerformedInteractionsStepNode
          A node that represents the interactions performed by a particular agent instance during a particular simulation step.