Class IScenario

java.lang.Object
  |
  +--IScenario

public class IScenario
extends java.lang.Object

This class is for starting the simulator with a Scenario. By starting iSIM with an XML scenario you can have a group of agents, already created and positioned when the system starts. COMING SOON... With the scenario startup you will get a state gui, that lets you run through a scenario. A scenario is a list of events, where events are various types of messages that get sent from agent to agent. This will allow a user to write various scripts for testing wireless applications.


Constructor Summary
IScenario()
           
 
Method Summary
static void main(java.lang.String[] argv)
          The main method that creates an instance of Controller which will begin the simulation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IScenario

public IScenario()
Method Detail

main

public static void main(java.lang.String[] argv)
The main method that creates an instance of Controller which will begin the simulation.