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

Method setValue

Singular/LIB/surfex/SwingWorker.java:76–78  ·  view source on GitHub ↗

Set the value produced by worker thread

(Object x)

Source from the content-addressed store, hash-verified

74 * Set the value produced by worker thread
75 */
76 private synchronized void setValue(Object x) {
77 value = x;
78 }
79
80 /**
81 * Compute the value to be returned by the <code>get</code> method.

Callers 15

runMethod · 0.95
setScaleMinMaxMethod · 0.45
setScaleMethod · 0.45
initMethod · 0.45
ProgressFrameMethod · 0.45
refreshMethod · 0.45
OneParameterMethod · 0.45
loadEquationsMethod · 0.45
copyRadiusToAllMethod · 0.45
loadSolitaryPointsMethod · 0.45
SurfexStartFrameMethod · 0.45
refreshMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected