MCPcopy Create free account
hub / github.com/Singular/Singular / getValue

Method getValue

Singular/LIB/surfex/SwingWorker.java:69–71  ·  view source on GitHub ↗

Get the value produced by the worker thread, or null if it hasn't been constructed yet.

()

Source from the content-addressed store, hash-verified

67 * hasn't been constructed yet.
68 */
69 protected synchronized Object getValue() {
70 return value;
71 }
72
73 /**
74 * Set the value produced by worker thread

Callers 13

getMethod · 0.95
setScaleMethod · 0.45
getSurfCodeMethod · 0.45
actionPerformedMethod · 0.45
saveYourselfMethod · 0.45
getIntensityMethod · 0.45
saveYourselfMethod · 0.45
runMethod · 0.45
updateZoomMethod · 0.45
updateLastMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected