|
Lafros MaCS 1.2r1
|
|
com/lafros/macs/pd/an/AnyPd.scala]
protected
trait
AnyCmdInterpreterContext
extends AnyContext| Values and Variables inherited from AnyContext | |
| driver (abstract) |
| Method Summary | |
abstract def
|
programInfo
: scala.Option[Info]
as of the last sampling boundary.
|
abstract def
|
startProgram
(program : Program) : Unit
runs the specified program, after terminating any currently running
one.
|
abstract def
|
terminateProgram
: Unit
terminates the currently running program, or does nothing if no program is
running.
|
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Method Details |
abstract
def
programInfo : scala.Option[Info]
abstract
def
terminateProgram : Unit
|
Lafros MaCS 1.2r1
|
|