Sets the time of the clock. @param time the time to set
(double time)
| 68 | * @param time the time to set |
| 69 | */ |
| 70 | public void setTime(double time) { |
| 71 | clockTime = time; |
| 72 | } |
| 73 | |
| 74 | /** |
| 75 | * Returns the current simulation time in a string |
no outgoing calls