JIMSCore
Class CommandProcessor

java.lang.Object
  |
  +--JIMSCore.CommandProcessor

public class CommandProcessor
extends java.lang.Object

This is the CommandProcessor class.

Author:
Steve Lewis

Field Summary
private static java.lang.String[][] COMMAND_TABLE
           
private  Command commandLastCommand
           
private  Simulator simulator
           
 
Constructor Summary
CommandProcessor()
           
 
Method Summary
 boolean bSimulatorAllocated()
           
 Command getLastCommand()
           
 void initializeSimulator()
           
 long lGetCurrentCycle()
           
 CommandResultBuffer processCommand(java.lang.String sCommandLine)
           
 void terminateSimulator()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

COMMAND_TABLE

private static final java.lang.String[][] COMMAND_TABLE

simulator

private Simulator simulator

commandLastCommand

private Command commandLastCommand
Constructor Detail

CommandProcessor

public CommandProcessor()
Method Detail

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)