MCPcopy Create free account
hub / github.com/akeranen/the-one / setTime

Method setTime

core/SimClock.java:70–72  ·  view source on GitHub ↗

Sets the time of the clock. @param time the time to set

(double time)

Source from the content-addressed store, hash-verified

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

Callers 13

initModelMethod · 0.95
warmupMovementModelMethod · 0.45
updateMethod · 0.45
setUpUsingMethod · 0.45
setUpMethod · 0.45
testIsActiveMethod · 0.45
testMoreTimesMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45

Calls

no outgoing calls

Tested by 10

setUpUsingMethod · 0.36
setUpMethod · 0.36
testIsActiveMethod · 0.36
testMoreTimesMethod · 0.36
setUpMethod · 0.36
setUpMethod · 0.36
runMessageExchangeMethod · 0.36