Package | Description |
---|---|
aim4.gui |
This package contains the implementation of the GUI of the simulator.
|
aim4.sim |
This package contains the implementation of the simulation object of
the simulator.
|
aim4.sim.setup |
This package contains the implementations of the simulation setup objects.
|
Modifier and Type | Method and Description |
---|---|
Simulator |
Viewer.getSimulator()
Get the simulator object.
|
Modifier and Type | Class and Description |
---|---|
class |
AutoDriverOnlySimulator
The autonomous drivers only simulator.
|
Constructor and Description |
---|
UdpListener(int udpPort,
Simulator sim)
Constructor for a UDP listener on the specified port.
|
UdpListener(Simulator sim)
Default constructor uses UDP port 46000
|
Modifier and Type | Method and Description |
---|---|
Simulator |
SimSetup.getSimulator()
Get the simulator.
|
Simulator |
BasicSimSetup.getSimulator()
Get the simulator.
|
Simulator |
AutoDriverOnlySimSetup.getSimulator()
Get the simulator.
|
Simulator |
ApproxStopSignSimSetup.getSimulator()
Get the simulator.
|
Simulator |
ApproxSimpleTrafficSignalSimSetup.getSimulator()
Get the simulator.
|
Simulator |
ApproxNPhasesTrafficSignalSimSetup.getSimulator()
Get the simulator.
|
Simulator |
Approx4PhasesTrafficSignalSimSetup.getSimulator()
Get the simulator.
|
static Simulator |
SimFactory.makeSimulator(SimSetup simSetup)
Create a simulator.
|
Copyright © 2013. All rights reserved.