MCPcopy Create free account
hub / github.com/SoarGroup/Soar / run

Method run

Java/Debugger/src/edu/umich/soar/debugger/doc/Document.java:632–641  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

630 display.asyncExec(new Runnable()
631 {
632 public void run()
633 {
634 frame.executeCommandPrimeView(command, true);
635
636 // This generally only makes sense if we're sourcing
637 // a file that includes a "run" command
638 // (i.e. to actually do useful work)
639 if (quitOnFinish)
640 frame.executeCommandPrimeView("quit", true);
641 }
642 });
643 }
644 }

Callers 1

stopLocalKernelMethod · 0.45

Calls 15

sendAgentCommandMethod · 0.95
getSoarCommandsMethod · 0.95
createNewFrameMethod · 0.95
getFirstFrameMethod · 0.95
setAgentFocusMethod · 0.95
GetAgentByIndexMethod · 0.80
getStopCommandMethod · 0.80
printlnMethod · 0.80
getDisplayMethod · 0.80

Tested by

no test coverage detected