C# Class Brunet.Simulator.Runner

Show file Open project: johnynek/brunet

Public Methods

Method Description
Commands ( Simulator sim ) : void
HeavyChurn ( Simulator sim, int time ) : void
Main ( string args ) : int

Method Details

Commands() public static method

public static Commands ( Simulator sim ) : void
sim Simulator
return void

HeavyChurn() public static method

public static HeavyChurn ( Simulator sim, int time ) : void
sim Simulator
time int
return void

Main() public static method

public static Main ( string args ) : int
args string
return int