org.simulare
Class Simulation

java.lang.Object
  extended byorg.simulare.Simulation

public class Simulation
extends java.lang.Object


Constructor Summary
Simulation()
           
 
Method Summary
 void addItem(Item item)
           
 void addSchedule(ClockedTask ct)
           
 void addTask(Task task)
           
 Clock getClock()
           
 void removeItem(Item item)
           
 void removeSchedule(ClockedTask ct)
           
 void removeTask(Task task)
           
 void setClock(Clock clock)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Simulation

public Simulation()
Method Detail

getClock

public Clock getClock()

setClock

public void setClock(Clock clock)

addItem

public void addItem(Item item)

removeItem

public void removeItem(Item item)

addTask

public void addTask(Task task)

removeTask

public void removeTask(Task task)

addSchedule

public void addSchedule(ClockedTask ct)

removeSchedule

public void removeSchedule(ClockedTask ct)