Uses of Class
org.simulare.Clock

Packages that use Clock
org.simulare   
org.simulare.gui   
 

Uses of Clock in org.simulare
 

Methods in org.simulare that return Clock
 Clock Simulation.getClock()
           
 

Methods in org.simulare with parameters of type Clock
 void Simulation.setClock(Clock clock)
           
 

Uses of Clock in org.simulare.gui
 

Methods in org.simulare.gui that return Clock
 Clock ClockPanel.getClock()
          Return the associated clock .
 

Methods in org.simulare.gui with parameters of type Clock
 void ClockPanel.setClock(Clock clock)
          Sets a clock to adjust visually.