Uses of Class
fr.lifl.jedi.gui.display.interactionDisplayer.view.OrderedComboBoxModel

Packages that use OrderedComboBoxModel
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 OrderedComboBoxModel in fr.lifl.jedi.gui.display.interactionDisplayer.model.tree
 

Methods in fr.lifl.jedi.gui.display.interactionDisplayer.model.tree that return OrderedComboBoxModel
 OrderedComboBoxModel PerformedInteractionsFamilyNode.getAliveAgents()
          Gets the set of alive agents that are involved in the simulation.
 OrderedComboBoxModel PerformedInteractionsFamilyNode.getAllAgents()
          Gets the set of all agents that where involved in the simulation.
 OrderedComboBoxModel PerformedInteractionsModel.getFamilies()
          Gets the different agent families that are stored within this model.