JIMSCore
Class CommandProcessor
java.lang.Object
|
+--JIMSCore.CommandProcessor
- public class CommandProcessor
- extends java.lang.Object
This is the CommandProcessor class.
- Author:
- Steve Lewis
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
COMMAND_TABLE
private static final java.lang.String[][] COMMAND_TABLE
simulator
private Simulator simulator
commandLastCommand
private Command commandLastCommand
CommandProcessor
public CommandProcessor()
initializeSimulator
public void initializeSimulator()
terminateSimulator
public void terminateSimulator()
bSimulatorAllocated
public boolean bSimulatorAllocated()
getLastCommand
public Command getLastCommand()
lGetCurrentCycle
public long lGetCurrentCycle()
processCommand
public CommandResultBuffer processCommand(java.lang.String sCommandLine)