public class LmrsStrategies extends Object implements nl.tudelft.simulation.event.EventListenerInterface
Copyright (c) 2013-2018 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
Modifier and Type | Class and Description |
---|---|
(package private) class |
LmrsStrategies.LmrsStrategiesAnimation
Animator.
|
(package private) class |
LmrsStrategies.LmrsStrategiesModel
LMRS model.
|
(package private) class |
LmrsStrategies.LmrsStrategiesSimulation
Simulation without visualization.
|
(package private) class |
LmrsStrategies.SigmaMeasurement
Class to store sigma value.
|
(package private) class |
LmrsStrategies.VDes0Measurement
Class to store vDes value.
|
(package private) class |
LmrsStrategies.VDesMeasurement
Class to store vDes value.
|
(package private) class |
LmrsStrategies.VGainMeasurement
Class to store vGain value.
|
Modifier and Type | Field and Description |
---|---|
(package private) static org.opentrafficsim.road.gtu.lane.tactical.util.lmrs.Cooperation |
COOPERATION
Cooperation.
|
(package private) static org.opentrafficsim.road.gtu.lane.tactical.util.lmrs.GapAcceptance |
GAPACCEPTANCE
Gap-acceptance.
|
(package private) static org.djunits.value.vdouble.scalar.Time |
SIMTIME
Simulation time.
|
(package private) static org.opentrafficsim.road.gtu.lane.tactical.util.lmrs.Synchronization |
SYNCHRONIZATION
Synchronization.
|
Constructor and Description |
---|
LmrsStrategies() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
Main method with command line arguments.
|
void |
notify(nl.tudelft.simulation.event.EventInterface event) |
static final org.djunits.value.vdouble.scalar.Time SIMTIME
static final org.opentrafficsim.road.gtu.lane.tactical.util.lmrs.Synchronization SYNCHRONIZATION
static final org.opentrafficsim.road.gtu.lane.tactical.util.lmrs.Cooperation COOPERATION
static final org.opentrafficsim.road.gtu.lane.tactical.util.lmrs.GapAcceptance GAPACCEPTANCE
public static void main(String[] args)
args
- String[] command line argumentspublic void notify(nl.tudelft.simulation.event.EventInterface event) throws RemoteException
notify
in interface nl.tudelft.simulation.event.EventListenerInterface
RemoteException
Copyright © 2014–2018 Delft University of Technology. All rights reserved.