Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
J
L
M
N
O
P
R
S
T
U
V
W
A
AbstractTask
- class org.simulare.
AbstractTask
.
Defines a default facility task to be extended by non-visual tasks.
AbstractTask()
- Constructor for class org.simulare.
AbstractTask
AbstractTask(String)
- Constructor for class org.simulare.
AbstractTask
ActionBreath
- class cin.aquario.
ActionBreath
.
Defines the breathing action.
ActionBreath()
- Constructor for class cin.aquario.
ActionBreath
ActionBreath(String)
- Constructor for class cin.aquario.
ActionBreath
ActionEat
- class cin.aquario.
ActionEat
.
ActionEat()
- Constructor for class cin.aquario.
ActionEat
ActionEat(String)
- Constructor for class cin.aquario.
ActionEat
ActionMove
- class cin.aquario.
ActionMove
.
An action to execute corals and fishes movement into the aquarium.
ActionMove()
- Constructor for class cin.aquario.
ActionMove
ActionMove(String)
- Constructor for class cin.aquario.
ActionMove
AddItem
- class cin.aquario.
AddItem
.
AddItem()
- Constructor for class cin.aquario.
AddItem
AddItem(CompositeItem)
- Constructor for class cin.aquario.
AddItem
ApplicationSimulare
- class org.simulare.gui.
ApplicationSimulare
.
The application launcher.
ApplicationSimulare()
- Constructor for class org.simulare.gui.
ApplicationSimulare
Attribute
- class org.simulare.
Attribute
.
Represents an attribute of a simulation item.
Attribute(String, Class, Object)
- Constructor for class org.simulare.
Attribute
AttributeEvent
- class org.simulare.
AttributeEvent
.
Event generated when the attribute type or value changes.
AttributeEvent(Object)
- Constructor for class org.simulare.
AttributeEvent
AttributeListener
- interface org.simulare.
AttributeListener
.
Defines the monitor for attribute state changes.
action
- Variable in class org.simulare.gui.
ControlEvent
actionPerformed(ActionEvent)
- Method in class org.simulare.gui.
FrameSimulare_AboutBox
add(int)
- Method in class org.simulare.gui.
ItemTableModel
addActionListener(ActionListener)
- Method in class org.simulare.gui.
CompositeItemPopup
addActionListener(ActionListener)
- Method in class org.simulare.gui.
ItemPanel
addAttribute(Attribute)
- Method in class org.simulare.
Item
addAttribute(int, Attribute)
- Method in class org.simulare.
Item
addAttributeListener(AttributeListener)
- Method in class org.simulare.
Attribute
addClicked(ControlEvent)
- Method in interface org.simulare.gui.
ControlListener
addClockListener(ClockListener)
- Method in class org.simulare.
Clock
Remove a clock listener added.
addControlListener(ControlListener)
- Method in class org.simulare.gui.
Control
addItem(Item)
- Method in class org.simulare.
CollectionItem
addItem(int, Item)
- Method in class org.simulare.
CollectionItem
addItem(int, Item)
- Method in class org.simulare.
CompositeItem
addItem(Item)
- Method in class org.simulare.
Simulation
addItemListener(ItemListener)
- Method in class org.simulare.
Item
addJTreeSmartListener(JTreeSmartListener)
- Method in class org.simulare.gui.
JTreeSmart
addNameListener(NameListener)
- Method in interface org.simulare.
Name
addNameListener(NameListener)
- Method in class org.simulare.
Named
addSchedule(ClockedTask)
- Method in class org.simulare.
Simulation
addTask(Task)
- Method in class org.simulare.
Simulation
addTaskListener(TaskListener)
- Method in class org.simulare.
AbstractTask
addTaskListener(TaskListener)
- Method in interface org.simulare.
Task
addTreeModelListener(TreeModelListener)
- Method in class org.simulare.gui.
CompositeItemTreeModel
aquario
- Static variable in class cin.aquario.
Example
attribute
- Variable in class org.simulare.
ItemEvent
B
BOO
- Static variable in class org.simulare.gui.
Type
BYT
- Static variable in class org.simulare.gui.
Type
C
CHA
- Static variable in class org.simulare.gui.
Type
CONSUMER
- Static variable in class cin.aquario.
ActionBreath
CONSUMERX
- Static variable in class cin.aquario.
ActionMove
CONSUMERY
- Static variable in class cin.aquario.
ActionMove
CONSUMERZ
- Static variable in class cin.aquario.
ActionMove
Clock
- class org.simulare.
Clock
.
Define a clock manager responsible for simulating a time schedule for executing some operations.
Clock()
- Constructor for class org.simulare.
Clock
Creates a clock with a period of 1 second, and maxCounter to positive infinite.
Clock(long, long)
- Constructor for class org.simulare.
Clock
Creates a clock with a period.
ClockEvent
- class org.simulare.
ClockEvent
.
The event on clock notifications.
ClockEvent(Object)
- Constructor for class org.simulare.
ClockEvent
ClockListener
- interface org.simulare.
ClockListener
.
The event to be handled by clock listener.
ClockPanel
- class org.simulare.gui.
ClockPanel
.
A graphial representation of a clock.
ClockPanel()
- Constructor for class org.simulare.gui.
ClockPanel
ClockedTask
- class org.simulare.
ClockedTask
.
Identify a clock based task.
ClockedTask()
- Constructor for class org.simulare.
ClockedTask
ClockedTask(Task, Item)
- Constructor for class org.simulare.
ClockedTask
CollectionItem
- class org.simulare.
CollectionItem
.
An item which is a collection.
CollectionItem(String)
- Constructor for class org.simulare.
CollectionItem
CompositeItem
- class org.simulare.
CompositeItem
.
An item formed by another itens which has a tree structure.
CompositeItem(String)
- Constructor for class org.simulare.
CompositeItem
CompositeItemPanel
- class org.simulare.gui.
CompositeItemPanel
.
The composite item GUI representation.
CompositeItemPanel()
- Constructor for class org.simulare.gui.
CompositeItemPanel
CompositeItemPopup
- class org.simulare.gui.
CompositeItemPopup
.
The popup shown right buttom is pressed on tree.
CompositeItemPopup()
- Constructor for class org.simulare.gui.
CompositeItemPopup
CompositeItemTreeModel
- class org.simulare.gui.
CompositeItemTreeModel
.
The tree model for composite items.
CompositeItemTreeModel(CompositeItem)
- Constructor for class org.simulare.gui.
CompositeItemTreeModel
Control
- class org.simulare.gui.
Control
.
A GUI contorl to add/remove elements and up/down order.
Control()
- Constructor for class org.simulare.gui.
Control
ControlEvent
- class org.simulare.gui.
ControlEvent
.
Event launched on control interaction.
ControlEvent(Object)
- Constructor for class org.simulare.gui.
ControlEvent
ControlEvent(Object, ActionEvent)
- Constructor for class org.simulare.gui.
ControlEvent
ControlListener
- interface org.simulare.gui.
ControlListener
.
Control events.
cin.aquario
- package cin.aquario
clockChanged(ClockEvent)
- Method in interface org.simulare.
ClockListener
clockChanged(ClockEvent)
- Method in class org.simulare.
ClockedTask
clockChanged(ClockEvent)
- Method in class org.simulare.
PeriodicTask
clockChanged(ClockEvent)
- Method in class org.simulare.
ScheduledTask
clockChanged(ClockEvent)
- Method in class org.simulare.gui.
ClockPanel
clockPaused(ClockEvent)
- Method in interface org.simulare.
ClockListener
clockPaused(ClockEvent)
- Method in class org.simulare.
ClockedTask
clockPaused(ClockEvent)
- Method in class org.simulare.gui.
ClockPanel
clockResumed(ClockEvent)
- Method in interface org.simulare.
ClockListener
clockResumed(ClockEvent)
- Method in class org.simulare.
ClockedTask
clockResumed(ClockEvent)
- Method in class org.simulare.gui.
ClockPanel
clockStarted(ClockEvent)
- Method in interface org.simulare.
ClockListener
clockStarted(ClockEvent)
- Method in class org.simulare.
ClockedTask
clockStarted(ClockEvent)
- Method in class org.simulare.
ScheduledTask
clockStarted(ClockEvent)
- Method in class org.simulare.gui.
ClockPanel
clockStoped(ClockEvent)
- Method in interface org.simulare.
ClockListener
clockStoped(ClockEvent)
- Method in class org.simulare.
ClockedTask
clockStoped(ClockEvent)
- Method in class org.simulare.
ScheduledTask
clockStoped(ClockEvent)
- Method in class org.simulare.gui.
ClockPanel
colapseAll()
- Method in class org.simulare.gui.
JTreeSmart
colapseCurrent()
- Method in class org.simulare.gui.
JTreeSmart
contains(Item)
- Method in class org.simulare.
CollectionItem
copyAttributes(Item)
- Method in class org.simulare.
Item
coral
- Static variable in class cin.aquario.
Example
counter
- Variable in class org.simulare.
ClockEvent
The clock counter.
D
DOU
- Static variable in class org.simulare.gui.
Type
doubleClick(JTreeSmartEvent)
- Method in interface org.simulare.gui.
JTreeSmartListener
down(int)
- Method in class org.simulare.gui.
ItemTableModel
downClicked(ControlEvent)
- Method in interface org.simulare.gui.
ControlListener
E
Example
- class cin.aquario.
Example
.
The items structure which represents an aquarium, with only one coral, one fish and one predator.
Example()
- Constructor for class cin.aquario.
Example
event
- Variable in class org.simulare.
Item
event
- Variable in class org.simulare.gui.
JTreeSmartEvent
execute(Item)
- Method in class cin.aquario.
ActionBreath
execute(Item)
- Method in class cin.aquario.
ActionEat
execute(Item)
- Method in class cin.aquario.
ActionMove
execute(Item)
- Method in class cin.aquario.
AddItem
execute(Item)
- Method in class cin.aquario.
Report3D
execute(Item)
- Method in class cin.aquario.
ReportPrintln
execute(Item)
- Method in class cin.aquario.
SetupBoolean
execute(Item)
- Method in class cin.aquario.
SetupRandom
execute(Item)
- Method in interface org.simulare.
Task
Executes atask over an item.
expandAll()
- Method in class org.simulare.gui.
JTreeSmart
expandCurrent()
- Method in class org.simulare.gui.
JTreeSmart
F
FLO
- Static variable in class org.simulare.gui.
Type
FrameSimulare
- class org.simulare.gui.
FrameSimulare
.
The application frame.
FrameSimulare()
- Constructor for class org.simulare.gui.
FrameSimulare
FrameSimulare_AboutBox
- class org.simulare.gui.
FrameSimulare_AboutBox
.
The application about box.
FrameSimulare_AboutBox(Frame)
- Constructor for class org.simulare.gui.
FrameSimulare_AboutBox
fireActionPerformed(ActionEvent)
- Method in class org.simulare.gui.
CompositeItemPopup
fireActionPerformed(ActionEvent)
- Method in class org.simulare.gui.
ItemPanel
fireAddClicked(ControlEvent)
- Method in class org.simulare.gui.
Control
fireClockChanged(ClockEvent)
- Method in class org.simulare.
Clock
fireClockPaused(ClockEvent)
- Method in class org.simulare.
Clock
fireClockResumed(ClockEvent)
- Method in class org.simulare.
Clock
fireClockStarted(ClockEvent)
- Method in class org.simulare.
Clock
fireClockStoped(ClockEvent)
- Method in class org.simulare.
Clock
fireDoubleClick(JTreeSmartEvent)
- Method in class org.simulare.gui.
JTreeSmart
fireDownClicked(ControlEvent)
- Method in class org.simulare.gui.
Control
fireItemStateChanged(ItemEvent)
- Method in class org.simulare.
Item
fireName(Name)
- Method in class org.simulare.
Named
fireNameChanged(NameEvent)
- Method in class org.simulare.
Named
firePopupClick(JTreeSmartEvent)
- Method in class org.simulare.gui.
JTreeSmart
fireRemoveClicked(ControlEvent)
- Method in class org.simulare.gui.
Control
fireSingleClick(JTreeSmartEvent)
- Method in class org.simulare.gui.
JTreeSmart
fireTask(Item)
- Method in class org.simulare.
AbstractTask
fireTaskExecuted(TaskEvent)
- Method in class org.simulare.
AbstractTask
fireTreeNodesChanged(TreeModelEvent)
- Method in class org.simulare.gui.
CompositeItemTreeModel
fireTreeNodesInserted(TreeModelEvent)
- Method in class org.simulare.gui.
CompositeItemTreeModel
fireTreeNodesRemoved(TreeModelEvent)
- Method in class org.simulare.gui.
CompositeItemTreeModel
fireTreeStructureChanged(TreeModelEvent)
- Method in class org.simulare.gui.
CompositeItemTreeModel
fireTypeChanged(AttributeEvent)
- Method in class org.simulare.
Attribute
fireUpClicked(ControlEvent)
- Method in class org.simulare.gui.
Control
fireValueChanged(AttributeEvent)
- Method in class org.simulare.
Attribute
G
getAttribute()
- Method in class cin.aquario.
SetupBoolean
getAttribute()
- Method in class cin.aquario.
SetupRandom
getAttribute(String)
- Method in class org.simulare.
Item
getAttribute(int)
- Method in class org.simulare.
Item
getAttributeIndex(String)
- Method in class org.simulare.
Item
getAttributeName(int)
- Method in class org.simulare.
Item
getAttributesLength()
- Method in class org.simulare.
Item
getAttributesNames()
- Method in class org.simulare.
Item
getBoolean()
- Method in class org.simulare.
Attribute
getByte()
- Method in class org.simulare.
Attribute
getCellEditorValue()
- Method in class org.simulare.gui.
ItemTableEditor
getChar()
- Method in class org.simulare.
Attribute
getChild(Object, int)
- Method in class org.simulare.gui.
CompositeItemTreeModel
getChildCount(Object)
- Method in class org.simulare.gui.
CompositeItemTreeModel
getClock()
- Method in class org.simulare.
Simulation
getClock()
- Method in class org.simulare.gui.
ClockPanel
Return the associated clock .
getColumnClass(int)
- Method in class org.simulare.gui.
ItemTableModel
getColumnCount()
- Method in class org.simulare.gui.
ItemTableModel
getColumnName(int)
- Method in class org.simulare.gui.
ItemTableModel
getCopy()
- Method in class org.simulare.
Attribute
getDouble()
- Method in class org.simulare.
Attribute
getEditor()
- Method in class cin.aquario.
Report3D
getEditor()
- Method in interface org.simulare.
VisualTask
Returns the task editor.
getEnd()
- Method in class org.simulare.
PeriodicTask
getFloat()
- Method in class org.simulare.
Attribute
getFood()
- Method in class cin.aquario.
ActionEat
getIndexOfChild(Object, Object)
- Method in class org.simulare.gui.
CompositeItemTreeModel
getInt()
- Method in class org.simulare.
Attribute
getItem()
- Method in class org.simulare.
ClockedTask
getItem(String)
- Method in class org.simulare.
CollectionItem
getItem(int)
- Method in class org.simulare.
CollectionItem
getItem()
- Method in class org.simulare.gui.
ItemPanel
getItemIndex(String)
- Method in class org.simulare.
CollectionItem
getItemName(int)
- Method in class org.simulare.
CollectionItem
getItemsLength()
- Method in class org.simulare.
CollectionItem
getItemsNames()
- Method in class org.simulare.
CollectionItem
getLong()
- Method in class org.simulare.
Attribute
getMax()
- Method in class cin.aquario.
SetupRandom
getMaxCounter()
- Method in class org.simulare.
Clock
Return the max number of clock ticks.
getMin()
- Method in class cin.aquario.
SetupRandom
getName()
- Method in interface org.simulare.
Name
getName()
- Method in class org.simulare.
Named
getName(Class)
- Static method in class org.simulare.gui.
Type
getParent()
- Method in class cin.aquario.
AddItem
getParent()
- Method in class org.simulare.
Item
getPeriod()
- Method in class org.simulare.
Clock
The clock period in miliseconds.
getPeriod()
- Method in class org.simulare.
PeriodicTask
getRadius()
- Method in class cin.aquario.
ActionEat
getRoot()
- Method in class org.simulare.gui.
CompositeItemTreeModel
getRootItem()
- Method in class org.simulare.gui.
CompositeItemPanel
getRowCount()
- Method in class org.simulare.gui.
ItemTableModel
getSelectedItem()
- Method in class org.simulare.gui.
CompositeItemPanel
getShort()
- Method in class org.simulare.
Attribute
getStart()
- Method in class org.simulare.
ScheduledTask
getString()
- Method in class org.simulare.
Attribute
getTask()
- Method in class org.simulare.
ClockedTask
getType()
- Method in class org.simulare.
Attribute
getType(String)
- Static method in class org.simulare.gui.
Type
getUniverse()
- Static method in class cin.aquario.
UniverseBuilder
getValue()
- Method in class org.simulare.
Attribute
getValueAt(int, int)
- Method in class org.simulare.gui.
ItemTableModel
getView()
- Method in class cin.aquario.
Report3D
getView()
- Method in interface org.simulare.
VisualTask
Returns the task visualization.
I
INT
- Static variable in class org.simulare.gui.
Type
IS_ALIVE
- Static variable in class cin.aquario.
LivingThing
Item
- class org.simulare.
Item
.
Represents a simulation item.
Item(String)
- Constructor for class org.simulare.
Item
ItemEvent
- class org.simulare.
ItemEvent
.
Event generated when the item attributes change.
ItemEvent(Object)
- Constructor for class org.simulare.
ItemEvent
ItemListener
- interface org.simulare.
ItemListener
.
Defines the monitor for item state changes.
ItemPanel
- class org.simulare.gui.
ItemPanel
.
The graphica representation of a simulation item.
ItemPanel(Item)
- Constructor for class org.simulare.gui.
ItemPanel
ItemReader
- interface org.simulare.
ItemReader
.
Defines a reader to an item.
ItemTableEditor
- class org.simulare.gui.
ItemTableEditor
.
The editor of Type.class columns.
ItemTableEditor(JComboBox)
- Constructor for class org.simulare.gui.
ItemTableEditor
ItemTableModel
- class org.simulare.gui.
ItemTableModel
.
The item model represetation for GUI items.
ItemTableModel(Item)
- Constructor for class org.simulare.gui.
ItemTableModel
ItemWriter
- interface org.simulare.
ItemWriter
.
Defines a writer to an item.
isCellEditable(int, int)
- Method in class org.simulare.gui.
ItemTableModel
isDone()
- Method in class org.simulare.
ScheduledTask
isLeaf(Object)
- Method in class org.simulare.gui.
CompositeItemTreeModel
isPaused()
- Method in class org.simulare.
Clock
Indicate if the clock is in pause.
isValue()
- Method in class cin.aquario.
SetupBoolean
item
- Variable in class org.simulare.
TaskEvent
The item where the task was performed.
itemStateChanged(ItemEvent)
- Method in class cin.aquario.
NoOxigen
itemStateChanged(ItemEvent)
- Method in interface org.simulare.
ItemListener
J
JTreeSmart
- class org.simulare.gui.
JTreeSmart
.
A smarter tree with event to identify singleClick, doubleClick or popupClick events.
JTreeSmart(TreeNode)
- Constructor for class org.simulare.gui.
JTreeSmart
JTreeSmart(TreeModel)
- Constructor for class org.simulare.gui.
JTreeSmart
JTreeSmartEvent
- class org.simulare.gui.
JTreeSmartEvent
.
The event launched when single, double, or popupClick occurs.
JTreeSmartEvent(MouseEvent, int, TreePath)
- Constructor for class org.simulare.gui.
JTreeSmartEvent
JTreeSmartListener
- interface org.simulare.gui.
JTreeSmartListener
.
The smart tree events.
jMenuFileExit_actionPerformed(ActionEvent)
- Method in class org.simulare.gui.
FrameSimulare
jMenuHelpAbout_actionPerformed(ActionEvent)
- Method in class org.simulare.gui.
FrameSimulare
L
LON
- Static variable in class org.simulare.gui.
Type
LivingThing
- class cin.aquario.
LivingThing
.
LivingThing()
- Constructor for class cin.aquario.
LivingThing
M
main(String[])
- Static method in class org.simulare.gui.
ApplicationSimulare
N
Name
- interface org.simulare.
Name
.
NameEvent
- class org.simulare.
NameEvent
.
Event generated when the object name changes.
NameEvent(Object)
- Constructor for class org.simulare.
NameEvent
NameListener
- interface org.simulare.
NameListener
.
Defines the monitor for name changes.
Named
- class org.simulare.
Named
.
Super-class for all object that receive a name.
Named(String)
- Constructor for class org.simulare.
Named
NoOxigen
- class cin.aquario.
NoOxigen
.
Defines a item listener to verify if the attribute 'oxigen_level' has gone to a negative value.
NoOxigen()
- Constructor for class cin.aquario.
NoOxigen
name
- Variable in class org.simulare.gui.
Type
nameChanged(NameEvent)
- Method in interface org.simulare.
NameListener
O
oldClass
- Variable in class org.simulare.
AttributeEvent
oldName
- Variable in class org.simulare.
NameEvent
oldValue
- Variable in class org.simulare.
AttributeEvent
org.simulare
- package org.simulare
org.simulare.gui
- package org.simulare.gui
P
PRODUCER
- Static variable in class cin.aquario.
ActionBreath
PRODUCERX
- Static variable in class cin.aquario.
ActionMove
PRODUCERY
- Static variable in class cin.aquario.
ActionMove
PRODUCERZ
- Static variable in class cin.aquario.
ActionMove
PeriodicTask
- class org.simulare.
PeriodicTask
.
Represents a Task scheduled to execute in periods, where the start and end time can be specified.
PeriodicTask(long, long)
- Constructor for class org.simulare.
PeriodicTask
PeriodicTask(long, long, long)
- Constructor for class org.simulare.
PeriodicTask
PeriodicTask(Task, Item, long, long)
- Constructor for class org.simulare.
PeriodicTask
PeriodicTask(Task, Item, long, long, long)
- Constructor for class org.simulare.
PeriodicTask
path
- Variable in class org.simulare.gui.
JTreeSmartEvent
pause()
- Method in class org.simulare.
Clock
Interrupts the clock counting.
popupClick(JTreeSmartEvent)
- Method in interface org.simulare.gui.
JTreeSmartListener
predador
- Static variable in class cin.aquario.
Example
presa
- Static variable in class cin.aquario.
Example
processWindowEvent(WindowEvent)
- Method in class org.simulare.gui.
FrameSimulare
processWindowEvent(WindowEvent)
- Method in class org.simulare.gui.
FrameSimulare_AboutBox
R
Report3D
- class cin.aquario.
Report3D
.
A 3D report to represent aquarium items.
Report3D()
- Constructor for class cin.aquario.
Report3D
Report3D(String)
- Constructor for class cin.aquario.
Report3D
ReportPrintln
- class cin.aquario.
ReportPrintln
.
A report which print item on System.out.
ReportPrintln()
- Constructor for class cin.aquario.
ReportPrintln
ReportPrintln(String)
- Constructor for class cin.aquario.
ReportPrintln
readFrom(Item, InputStream)
- Method in interface org.simulare.
ItemReader
remove(int)
- Method in class org.simulare.gui.
ItemTableModel
removeActionListener(ActionListener)
- Method in class org.simulare.gui.
CompositeItemPopup
removeActionListener(ActionListener)
- Method in class org.simulare.gui.
ItemPanel
removeAttribute(String)
- Method in class org.simulare.
Item
removeAttribute(int)
- Method in class org.simulare.
Item
removeAttributeListener(AttributeListener)
- Method in class org.simulare.
Attribute
removeClicked(ControlEvent)
- Method in interface org.simulare.gui.
ControlListener
removeClockListener(ClockListener)
- Method in class org.simulare.
Clock
Add a new clock listener.
removeControlListener(ControlListener)
- Method in class org.simulare.gui.
Control
removeItem(String)
- Method in class org.simulare.
CollectionItem
removeItem(int)
- Method in class org.simulare.
CollectionItem
removeItem(String)
- Method in class org.simulare.
CompositeItem
removeItem(Item)
- Method in class org.simulare.
Simulation
removeItemListener(ItemListener)
- Method in class org.simulare.
Item
removeJTreeSmartListener(JTreeSmartListener)
- Method in class org.simulare.gui.
JTreeSmart
removeNameListener(NameListener)
- Method in interface org.simulare.
Name
removeNameListener(NameListener)
- Method in class org.simulare.
Named
removeSchedule(ClockedTask)
- Method in class org.simulare.
Simulation
removeTask(Task)
- Method in class org.simulare.
Simulation
removeTaskListener(TaskListener)
- Method in class org.simulare.
AbstractTask
removeTaskListener(TaskListener)
- Method in interface org.simulare.
Task
removeTreeModelListener(TreeModelListener)
- Method in class org.simulare.gui.
CompositeItemTreeModel
resume()
- Method in class org.simulare.
Clock
Resume the clock execution.
row
- Variable in class org.simulare.gui.
JTreeSmartEvent
S
SHO
- Static variable in class org.simulare.gui.
Type
STR
- Static variable in class org.simulare.gui.
Type
ScheduledTask
- class org.simulare.
ScheduledTask
.
Represents a Task scheduled to execute on a specific time.
ScheduledTask(long)
- Constructor for class org.simulare.
ScheduledTask
ScheduledTask(Task, Item, long)
- Constructor for class org.simulare.
ScheduledTask
SetupBoolean
- class cin.aquario.
SetupBoolean
.
SetupBoolean()
- Constructor for class cin.aquario.
SetupBoolean
SetupBoolean(String, boolean)
- Constructor for class cin.aquario.
SetupBoolean
SetupRandom
- class cin.aquario.
SetupRandom
.
Sets up an attribute with a value in the range of min up to max.
SetupRandom()
- Constructor for class cin.aquario.
SetupRandom
SetupRandom(String, double, double)
- Constructor for class cin.aquario.
SetupRandom
Simulation
- class org.simulare.
Simulation
.
Simulation()
- Constructor for class org.simulare.
Simulation
SimulationAquario
- class cin.aquario.
SimulationAquario
.
SimulationAquario()
- Constructor for class cin.aquario.
SimulationAquario
setAttribute(String)
- Method in class cin.aquario.
SetupBoolean
setAttribute(String)
- Method in class cin.aquario.
SetupRandom
setClock(Clock)
- Method in class org.simulare.
Simulation
setClock(Clock)
- Method in class org.simulare.gui.
ClockPanel
Sets a clock to adjust visually.
setEnd(long)
- Method in class org.simulare.
PeriodicTask
setFood(String)
- Method in class cin.aquario.
ActionEat
setItem(Item)
- Method in class org.simulare.
ClockedTask
setItem(Item)
- Method in class org.simulare.gui.
ItemPanel
setItem(Item)
- Method in class org.simulare.gui.
ItemTableModel
setMax(double)
- Method in class cin.aquario.
SetupRandom
setMaxCounter(long)
- Method in class org.simulare.
Clock
Set the max counter for the clock.
setMin(double)
- Method in class cin.aquario.
SetupRandom
setName(String)
- Method in interface org.simulare.
Name
setName(String)
- Method in class org.simulare.
Named
setParent(CompositeItem)
- Method in class cin.aquario.
AddItem
setParent(CompositeItem)
- Method in class org.simulare.
Item
setPeriod(long)
- Method in class org.simulare.
Clock
Set the clock period.
setPeriod(long)
- Method in class org.simulare.
PeriodicTask
setRadius(double)
- Method in class cin.aquario.
ActionEat
setRootItem(CompositeItem)
- Method in class org.simulare.gui.
CompositeItemPanel
setStart(long)
- Method in class org.simulare.
ScheduledTask
setTask(Task)
- Method in class org.simulare.
ClockedTask
setType(Class)
- Method in class org.simulare.
Attribute
setValue(boolean)
- Method in class cin.aquario.
SetupBoolean
setValue(Object)
- Method in class org.simulare.
Attribute
setValueAt(Object, int, int)
- Method in class org.simulare.gui.
ItemTableModel
sim
- Static variable in class cin.aquario.
SimulationAquario
singleClick(JTreeSmartEvent)
- Method in interface org.simulare.gui.
JTreeSmartListener
start()
- Method in class org.simulare.
Clock
Start the clock.
stop()
- Method in class org.simulare.
Clock
Stop the clock.
stoped
- Variable in class org.simulare.
ClockEvent
Indicate that the event was generated after clock has stoped.
T
Task
- interface org.simulare.
Task
.
Defines something that can be executed over a collection of items or directly on items.
TaskEvent
- class org.simulare.
TaskEvent
.
Event generated when a task is performed on a item.
TaskEvent(Object)
- Constructor for class org.simulare.
TaskEvent
TaskListener
- interface org.simulare.
TaskListener
.
Represents task monitors.
Type
- class org.simulare.gui.
Type
.
Enumerate the allowed types for attributes.
taskExecuted(TaskEvent)
- Method in interface org.simulare.
TaskListener
tevent
- Variable in class org.simulare.
AbstractTask
toCollection()
- Method in class org.simulare.
Item
toComposite()
- Method in class org.simulare.
Item
toItem()
- Method in class org.simulare.
Item
toString()
- Method in class org.simulare.
Named
toString()
- Method in class org.simulare.gui.
Type
type
- Variable in class org.simulare.gui.
Type
typeChanged(AttributeEvent)
- Method in interface org.simulare.
AttributeListener
typeChanged(AttributeEvent)
- Method in class org.simulare.
Item
types
- Static variable in class org.simulare.gui.
Type
U
UniverseBuilder
- class cin.aquario.
UniverseBuilder
.
Create a 3D world to be used in 3D reports.
UniverseBuilder()
- Constructor for class cin.aquario.
UniverseBuilder
up(int)
- Method in class org.simulare.gui.
ItemTableModel
upClicked(ControlEvent)
- Method in interface org.simulare.gui.
ControlListener
V
VisualTask
- interface org.simulare.
VisualTask
.
Define a tool for build visual setups, actions or reports. i.e 2D or 3D models.
valueChanged(AttributeEvent)
- Method in interface org.simulare.
AttributeListener
valueChanged(AttributeEvent)
- Method in class org.simulare.
Item
valueForPathChanged(TreePath, Object)
- Method in class org.simulare.gui.
CompositeItemTreeModel
view
- Static variable in class cin.aquario.
SimulationAquario
W
writeTo(Item, OutputStream)
- Method in interface org.simulare.
ItemWriter
A
B
C
D
E
F
G
I
J
L
M
N
O
P
R
S
T
U
V
W
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes