Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSourcePhysics/osp
/ getControl
Method
getControl
src/debugging/applets/Controllable.java:19–19 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
17
public
interface
Controllable {
18
public
void
setControl(Control control);
19
public
Control getControl();
20
}
Callers
15
IsingTempControl
Method · 0.65
IsingControl
Method · 0.65
getBundle
Method · 0.65
getCurrentControl
Method · 0.65
resetSimulation
Method · 0.65
stepSimulation
Method · 0.65
runSimulation
Method · 0.65
initialize
Method · 0.65
resetAnimation
Method · 0.65
stepAnimation
Method · 0.65
runAnimation
Method · 0.65
resetAnimation
Method · 0.65
Implementers
5
IsingWRApp
src/debugging/physicsapps/IsingWRApp.j
AbstractEmbeddableAnimation
src/debugging/applets/AbstractEmbeddab
AbstractEmbeddableSimulation
src/debugging/applets/AbstractEmbeddab
AbstractAnimation
src/org/opensourcephysics/controls/Abs
AbstractSimulation
src/org/opensourcephysics/controls/Abs
Calls
no outgoing calls
Tested by
no test coverage detected