public class Sumo
extends Object
Modifier and Type | Field and Description |
---|---|
SumoTraciConnection |
conn |
Modifier and Type | Method and Description |
---|---|
void |
do_timestep() |
Object |
get_cmd(SumoCommand cmd) |
boolean |
set_cmd(Object in) |
void |
start_ws() |
void |
start(String sumo_bin,
String configFile) |
void |
start(String sumo_bin,
String net_file,
String route_file) |
void |
stop_instance() |
public SumoTraciConnection conn
public Sumo()
public Sumo(Config conf)
public void start(String sumo_bin, String configFile)
public void start(String sumo_bin, String net_file, String route_file)
public boolean set_cmd(Object in)
public Object get_cmd(SumoCommand cmd)
public void do_timestep()
public void start_ws()
public void stop_instance()