|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.lifl.jedi.gui.display.interactionDisplayer.model.OptionsModel
public class OptionsModel
A model that stores the options selected in the GUI, which define what data are stored within the tree.
JEDI V 2.3 |
Created the 16th June 2009 |
Yoann Kubera |
SMAC Team (Systèmes Multi-Agents et Comportement) |
LIFL (Laboratoire d'Informatique Fondamentale de Lille) |
University of Lille, France |
Constructor Summary | |
---|---|
OptionsModel()
Constructor of the model that stores the options selected in the GUI, which define what data are stored within the tree. |
Method Summary | |
---|---|
int |
getNumberOfStepsToDisplay()
Gets the number of last simulation steps to display within the GUI. |
boolean |
isRemovedAgentsDisplayed()
Checks if dead agents are displayed within the GUI or not. |
void |
setNumberOfStepsToDisplay(int numberOfStepsToDisplay)
Sets the number of last simulation steps to display within the GUI. |
void |
setRemovedAgentsDisplayed(boolean removedAgentsDisplayed)
Sets if dead agents are displayed within the GUI or not. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OptionsModel()
Method Detail |
---|
public int getNumberOfStepsToDisplay()
public void setNumberOfStepsToDisplay(int numberOfStepsToDisplay)
numberOfStepsToDisplay
- the number of last simulation steps to
display within the GUI.
If -1, all steps are displayed.public boolean isRemovedAgentsDisplayed()
true
if dead agents are displayed within the GUI.public void setRemovedAgentsDisplayed(boolean removedAgentsDisplayed)
removedAgentsDisplayed
- true
if dead agents are
displayed within the GUI.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |