Class SimulationCommandsParser

java.lang.Object
  extended by CommandsParser
      extended by SimulationCommandsParser

public class SimulationCommandsParser
extends CommandsParser

   
 Parser for the Simulator
 Simulator is interested in all commands
 


Constructor Summary
SimulationCommandsParser(Simulator simulator)
          Create a new parser
 
Method Summary
 
Methods inherited from class CommandsParser
parseFile, parseLine, parseRemainder
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimulationCommandsParser

public SimulationCommandsParser(Simulator simulator)
Create a new parser

Parameters:
simulator - The simulator that should be used to get messages to nodes, and be informaed about topology changes