MATSIM
Static Public Member Functions | List of all members
tutorial.config.example1mobsim.RunExample1 Class Reference

Static Public Member Functions

static void main (String[] args)
 

Detailed Description

Stub version to keep class that is referenced from documentation. Rather see RunFromConfigfileExample.

Author
nagel

Definition at line 28 of file RunExample1.java.

Member Function Documentation

static void tutorial.config.example1mobsim.RunExample1.main ( String[]  args)
static
Parameters
args

Definition at line 33 of file RunExample1.java.

References tutorial.config.RunFromConfigfileExample.main().

33  {
34  final String[] args2 = new String[]{"examples/tutorial/config/example1-config.xml"};
35  RunFromConfigfileExample.main( args2);
36  }

Here is the call graph for this function:


The documentation for this class was generated from the following file: