Serialized Form
-
Package loadfromxml
-
Class loadfromxml.LoadXML extends OTSSimulationApplication<OTSModelInterface> implements Serializable
- serialVersionUID:
- 20170421L
-
-
Package org.opentrafficsim.ahfe
-
Class org.opentrafficsim.ahfe.AbstractDelayedNeighborsPerception extends AbstractDelayedPerceptionCategory implements Serializable
- serialVersionUID:
- 20170217L
-
Serialized Fields
-
direct
DirectNeighborsPerception direct
Deprecated.Wrapped direct perception. -
gtuAlongsideLeftOverride
boolean gtuAlongsideLeftOverride
Deprecated.Override for left lane change. -
gtuAlongsideRightOverride
boolean gtuAlongsideRightOverride
Deprecated.Override for right lane change. -
initialTime
Time initialTime
Deprecated.First update time. -
plannerTimeStep
Duration plannerTimeStep
Deprecated.Time step of planner. -
reactionTime
Duration reactionTime
Deprecated.Reaction time. -
remainder
Duration remainder
Deprecated.Remainder between reaction time and planner time step.
-
-
Class org.opentrafficsim.ahfe.AbstractDelayedPerceptionCategory extends LaneBasedAbstractPerceptionCategory implements Serializable
- serialVersionUID:
- 20170217L
-
Serialized Fields
-
map
LinkedHashMap<AbstractDelayedPerceptionCategory.DelayedInfoType<?>,LinkedHashMap<RelativeLane,List<TimeStampedObject<?>>>> map
Deprecated.Map of info type and list of time stamped data of that info type.
-
-
Class org.opentrafficsim.ahfe.AHFEAnimation extends OTSSimulationApplication<org.opentrafficsim.ahfe.AHFEAnimation.AHFEModel> implements Serializable
- serialVersionUID:
- 20170228L
-
Class org.opentrafficsim.ahfe.AHFESimulation extends AbstractOTSSimulationApplication implements Serializable
- serialVersionUID:
- 20170228L
-
Class org.opentrafficsim.ahfe.AnticipationRelianceScript extends AbstractSimulationScript implements Serializable
- serialVersionUID:
- 20200516L
-
Serialized Fields
-
adaptation
boolean adaptation
Adaptation. -
alpha
double alpha
Alpha. -
beta
double beta
Beta. -
doSampler
boolean doSampler
Sampler. -
fractionUnderestimation
double fractionUnderestimation
Fraction of underestimation. -
fTruck
double fTruck
Truck fraction. -
leftDemand
Frequency leftDemand
Left demand. -
outputDir
String outputDir
Output directory. -
rightDemand
Frequency rightDemand
Right demand. -
sampler
RoadSampler sampler
Sampler. -
scenario
String scenario
Sampler. -
strategies
boolean strategies
Strategies. -
tasks
boolean tasks
Tasks.
-
-
Class org.opentrafficsim.ahfe.DelayedNeighborsPerception extends AbstractDelayedNeighborsPerception implements Serializable
- serialVersionUID:
- 20170217L
-
Serialized Fields
-
anticipation
Anticipation anticipation
Deprecated.Form of anticipation. -
errors
LinkedHashMap<String,org.opentrafficsim.ahfe.DelayedNeighborsPerception.ErrorValue> errors
Deprecated.Map of errors by a Wiener process for each GTU. -
firstFollowers
Map<LateralDirectionality,SortedSet<HeadwayGTU>> firstFollowers
Deprecated.Set of first followers per lane upstream of merge per lateral direction, i.e. in the left or right lane. -
firstLeaders
Map<LateralDirectionality,SortedSet<HeadwayGTU>> firstLeaders
Deprecated.Set of first leaders per lane downstream of split per lateral direction, i.e. in the left or right lane. -
followers
Map<RelativeLane,PerceptionCollectable<HeadwayGTU,LaneBasedGTU>> followers
Deprecated.Set of followers per relative lane. -
gtuAlongside
Map<LateralDirectionality,Boolean> gtuAlongside
Deprecated.Whether a GTU is alongside per lateral direction, i.e. in the left or right lane. -
leaders
Map<RelativeLane,PerceptionCollectable<HeadwayGTU,LaneBasedGTU>> leaders
Deprecated.Set of leaders per relative lane. -
norm
DistNormal norm
Deprecated.Random numbers for perception errors. -
rearrangeTime
Time rearrangeTime
Deprecated.Latest update time of neighbor rearrangement.
-
-
-
Package org.opentrafficsim.demo
-
Class org.opentrafficsim.demo.CircularLaneModel extends AbstractOTSModel implements Serializable
- serialVersionUID:
- 20141121L
-
Serialized Fields
-
carProbability
double carProbability
The probability that the next generated GTU is a passenger car. -
carsCreated
int carsCreated
Number of cars created. -
lane1
Lane lane1
The left Lane that contains simulated Cars. -
lane2
Lane lane2
The right Lane that contains simulated Cars. -
minimumDistance
Length minimumDistance
Minimum distance. -
network
OTSRoadNetwork network
The OTSRoadNetwork. -
parametersCar
Parameters parametersCar
Car parameters. -
parametersTruck
Parameters parametersTruck
Truck parameters. -
path
List<Lane> path
The sequence of Lanes that all vehicles will follow. -
speedLimit
Speed speedLimit
The speed limit. -
strategicalPlannerGeneratorCars
LaneBasedStrategicalPlannerFactory<LaneBasedStrategicalPlanner> strategicalPlannerGeneratorCars
Strategical planner generator for cars. -
strategicalPlannerGeneratorTrucks
LaneBasedStrategicalPlannerFactory<LaneBasedStrategicalPlanner> strategicalPlannerGeneratorTrucks
Strategical planner generator for trucks. -
stream
StreamInterface stream
The random number generator used to decide what kind of GTU to generate etc.
-
-
Class org.opentrafficsim.demo.CircularLaneSwing extends OTSSimulationApplication<CircularLaneModel> implements Serializable
- serialVersionUID:
- 1L
-
Class org.opentrafficsim.demo.CircularRoadModel extends AbstractOTSModel implements Serializable
- serialVersionUID:
- 20141121L
-
Serialized Fields
-
carProbability
double carProbability
The probability that the next generated GTU is a passenger car. -
carsCreated
int carsCreated
Number of cars created. -
minimumDistance
Length minimumDistance
Minimum distance. -
network
OTSRoadNetwork network
The OTSRoadNetwork. -
parametersCar
Parameters parametersCar
Car parameters. -
parametersTruck
Parameters parametersTruck
Truck parameters. -
paths
List<List<Lane>> paths
The sequence of Lanes that all vehicles will follow. -
speedLimit
Speed speedLimit
The speed limit. -
strategicalPlannerGeneratorCars
LaneBasedStrategicalPlannerFactory<LaneBasedStrategicalPlanner> strategicalPlannerGeneratorCars
Strategical planner generator for cars. -
strategicalPlannerGeneratorTrucks
LaneBasedStrategicalPlannerFactory<LaneBasedStrategicalPlanner> strategicalPlannerGeneratorTrucks
Strategical planner generator for trucks. -
stream
StreamInterface stream
The random number generator used to decide what kind of GTU to generate etc.
-
-
Class org.opentrafficsim.demo.CircularRoadSwing extends OTSSimulationApplication<CircularRoadModel> implements Serializable
- serialVersionUID:
- 1L
-
Class org.opentrafficsim.demo.CrossingTrafficLightsModel extends AbstractOTSModel implements Serializable
- serialVersionUID:
- 20140815L
-
Serialized Fields
-
carProbability
double carProbability
The probability that the next generated GTU is a passenger car. -
headwayGenerator
DistContinuous headwayGenerator
The probability distribution for the variable part of the headway. -
idGenerator
IdGenerator idGenerator
Id generator (used by all generators). -
network
OTSRoadNetwork network
The network. -
speedLimit
Speed speedLimit
The speed limit on all Lanes. -
strategicalPlannerFactoryCar
LaneBasedStrategicalPlannerFactory<LaneBasedStrategicalPlanner> strategicalPlannerFactoryCar
the strategical planner factory for cars. -
strategicalPlannerFactoryTruck
LaneBasedStrategicalPlannerFactory<LaneBasedStrategicalPlanner> strategicalPlannerFactoryTruck
the strategical planner factory for trucks. -
stream
StreamInterface stream
the random stream for this demo.
-
-
Class org.opentrafficsim.demo.CrossingTrafficLightsSwing extends OTSSimulationApplication<CrossingTrafficLightsModel> implements Serializable
- serialVersionUID:
- 1L
-
Class org.opentrafficsim.demo.FundamentalDiagrams extends OTSSimulationApplication<org.opentrafficsim.demo.FundamentalDiagrams.FundamentalDiagramPlotsModel> implements Serializable
- serialVersionUID:
- 1L
-
Class org.opentrafficsim.demo.NetworksModel extends AbstractOTSModel implements Serializable
- serialVersionUID:
- 20140815L
-
Serialized Fields
-
carProbability
double carProbability
The probability that the next generated GTU is a passenger car. -
headwayGenerator
DistContinuous headwayGenerator
The probability distribution for the variable part of the headway. -
idGenerator
IdGenerator idGenerator
Id generator (used by all generators). -
knownGTUs
Set<GTU> knownGTUs
The set of GTUs that we want to sample regularly. -
maximumDistance
Length maximumDistance
Maximum distance. -
minimumDistance
Length minimumDistance
Minimum distance. -
network
OTSRoadNetwork network
The network. -
paths
List<List<Lane>> paths
The sequence of Lanes that all vehicles will follow. -
routeGeneratorMain
Generator<Route> routeGeneratorMain
The route generator for the main line. -
routeGeneratorRamp
Generator<Route> routeGeneratorRamp
The route generator for the onramp. -
speedLimit
Speed speedLimit
The speed limit. -
strategicalPlannerFactoryCars
LaneBasedStrategicalPlannerFactory<LaneBasedStrategicalPlanner> strategicalPlannerFactoryCars
Strategical planner generator for cars. -
strategicalPlannerFactoryTrucks
LaneBasedStrategicalPlannerFactory<LaneBasedStrategicalPlanner> strategicalPlannerFactoryTrucks
Strategical planner generator for trucks. -
stream
StreamInterface stream
The random number generator used to decide what kind of GTU to generate.
-
-
Class org.opentrafficsim.demo.NetworksSwing extends OTSSimulationApplication<NetworksModel> implements Serializable
- serialVersionUID:
- 1L
-
Class org.opentrafficsim.demo.RampMeteringDemo extends AbstractSimulationScript implements Serializable
-
Serialized Fields
-
acceptedGap
Duration acceptedGap
Accepted gap. -
demandTime
TimeVector demandTime
Demand time. -
demandTimeString
String demandTimeString
Demand time string. -
gtusInSimulation
Map<String,Double> gtusInSimulation
GTUs in simulation. -
mainDemand
FrequencyVector mainDemand
Main demand. -
mainDemandString
String mainDemandString
Main demand string. -
output
boolean output
Whether to generate output. -
parameterFactory
ParameterFactoryByType parameterFactory
Parameter factory. -
rampDemand
FrequencyVector rampDemand
Ramp demand. -
rampDemandString
String rampDemandString
Ramp demand string. -
rampMetering
boolean rampMetering
Ramp metering. -
scenario
String scenario
Scenario. -
totalTravelTime
double totalTravelTime
Total travel time, accumulated. -
totalTravelTimeDelay
double totalTravelTimeDelay
Total travel time delay, accumulated.
-
-
-
Class org.opentrafficsim.demo.SequentialLanes extends OTSSimulationApplication<org.opentrafficsim.demo.SequentialLanes.SequentialModel> implements Serializable
- serialVersionUID:
- 1L
-
Class org.opentrafficsim.demo.ShortMerge extends OTSSimulationApplication<ShortMerge.ShortMergeModel> implements Serializable
- serialVersionUID:
- 20170407L
-
Class org.opentrafficsim.demo.ShortMerge.ShortMergeModel extends AbstractOTSModel implements Serializable
- serialVersionUID:
- 20170407L
-
Serialized Fields
-
network
OTSRoadNetwork network
The network.
-
-
Class org.opentrafficsim.demo.StraightModel extends AbstractOTSModel implements Serializable
- serialVersionUID:
- 20140815L
-
Serialized Fields
-
block
SimpleTrafficLight block
The blocking, implemented as a traffic light. -
carProbability
double carProbability
The probability that the next generated GTU is a passenger car. -
lane
Lane lane
The Lane that contains the simulated Cars. -
maximumDistance
Length maximumDistance
Maximum distance. -
network
OTSRoadNetwork network
The network. -
path
List<Lane> path
The sequence of Lanes that all vehicles will follow. -
speedLimit
Speed speedLimit
The speed limit on all Lanes. -
stream
StreamInterface stream
The random number generator used to decide what kind of GTU to generate.
-
-
Class org.opentrafficsim.demo.StraightSwing extends OTSSimulationApplication<StraightModel> implements Serializable
- serialVersionUID:
- 1L
-
Class org.opentrafficsim.demo.SuperDemo extends JFrame implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
demos
List<org.opentrafficsim.demo.SuperDemo.Demo> demos
demos to show.
-
-
-
Package org.opentrafficsim.demo.conflict
-
Class org.opentrafficsim.demo.conflict.BusStreetDemo extends OTSSimulationApplication<BusStreetDemo.BusStreetModel> implements Serializable
- serialVersionUID:
- 20161211L
-
Class org.opentrafficsim.demo.conflict.BusStreetDemo.BusStreetModel extends AbstractOTSModel implements Serializable
- serialVersionUID:
- 20161211L
-
Serialized Fields
-
network
OTSRoadNetwork network
The network.
-
-
Class org.opentrafficsim.demo.conflict.TestNetworkDemo extends OTSSimulationApplication<org.opentrafficsim.demo.conflict.TestNetworkDemo.TestNetworkModel> implements Serializable
- serialVersionUID:
- 20161211L
-
Class org.opentrafficsim.demo.conflict.TJunctionDemo extends OTSSimulationApplication<TJunctionDemo.TJunctionModel> implements Serializable
- serialVersionUID:
- 20161211L
-
Class org.opentrafficsim.demo.conflict.TJunctionDemo.TJunctionModel extends AbstractOTSModel implements Serializable
- serialVersionUID:
- 20161211L
-
Serialized Fields
-
network
OTSRoadNetwork network
The network.
-
-
Class org.opentrafficsim.demo.conflict.TurboRoundaboutDemo extends OTSSimulationApplication<TurboRoundaboutDemo.TurboRoundaboutModel> implements Serializable
- serialVersionUID:
- 20161211L
-
Class org.opentrafficsim.demo.conflict.TurboRoundaboutDemo.TurboRoundaboutModel extends AbstractOTSModel implements Serializable
- serialVersionUID:
- 20161211L
-
Serialized Fields
-
network
OTSRoadNetwork network
The network.
-
-
-
Package org.opentrafficsim.demo.conflictAndControl
-
Class org.opentrafficsim.demo.conflictAndControl.DemoTrafcodAndTurbo extends OTSSimulationApplication<org.opentrafficsim.demo.conflictAndControl.DemoTrafcodAndTurbo.TrafCODModel> implements Serializable
- serialVersionUID:
- 20161118L
-
-
Package org.opentrafficsim.demo.fd
-
Class org.opentrafficsim.demo.fd.FundamentalDiagramDemo extends AbstractSimulationScript implements Serializable
- serialVersionUID:
- 20200509L
-
Serialized Fields
-
absoluteCrossSection1
String absoluteCrossSection1
Selected cross-section. -
absoluteCrossSection2
String absoluteCrossSection2
Second selected cross-section. -
absoluteCrossSection3
String absoluteCrossSection3
Third selected cross-section. -
demand
Frequency demand
Dynamic demand. -
fdLine
org.opentrafficsim.demo.fd.FundamentalDiagramDemo.DynamicFdLine fdLine
Fd line in graphs based on settings. -
fdSourceMap
Map<String,FundamentalDiagram.FdSource> fdSourceMap
Sources by name for each cross-section. -
funamentalDiagrams
Set<FundamentalDiagram> funamentalDiagrams
Fundamental diagrams that are updated when a setting is changed. -
graphPanel
TablePanel graphPanel
Panel with graphs. -
sampler
RoadSampler sampler
Sampler. -
speedLimit
Speed speedLimit
Speed limit. -
splitPanel
JPanel splitPanel
Panel splitting controls from graphs. -
tMax
Duration tMax
Tmax. -
tMin
Duration tMin
Tmin. -
trajectoryPanel
Container trajectoryPanel
Panel of trajectory graph. -
truckFraction
double truckFraction
Dynamic truck fraction.
-
-
Class org.opentrafficsim.demo.fd.FundamentalDiagramModel extends AbstractOTSModel implements Serializable
- serialVersionUID:
- 20200516L
-
Serialized Fields
-
network
OTSRoadNetwork network
The network.
-
-
-
Package org.opentrafficsim.demo.geometry
-
Class org.opentrafficsim.demo.geometry.TestGeometry extends DSOLApplication implements Serializable
- serialVersionUID:
- 1L
-
Class org.opentrafficsim.demo.geometry.TestModel extends AbstractOTSModel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
network
OTSRoadNetwork network
the network.
-
-
-
Package org.opentrafficsim.demo.geometry.shape
-
Class org.opentrafficsim.demo.geometry.shape.ShapeModel extends AbstractOTSModel implements Serializable
- serialVersionUID:
- 20140815L
-
Serialized Fields
-
network
OTSRoadNetwork network
the network. -
nodes
Map<String,OTSRoadNode> nodes
Nodes from shape file. -
shpLinks
Map<String,Link> shpLinks
Links from shape file.
-
-
Class org.opentrafficsim.demo.geometry.shape.ShapeTestApplication extends DSOLApplication implements Serializable
- serialVersionUID:
- 20140819L
-
-
Package org.opentrafficsim.demo.lanechange
-
Class org.opentrafficsim.demo.lanechange.LaneChangeGraph extends JFrame implements Serializable
- serialVersionUID:
- 20141118L
-
Serialized Fields
-
carFollowingModel
GTUFollowingModelOld carFollowingModel
The car following model. -
charts
ChartPanel[][] charts
The graphs. -
network
OTSRoadNetwork network
The network.
-
-
-
Package org.opentrafficsim.demo.network.xml
-
Class org.opentrafficsim.demo.network.xml.Circuit extends OTSSimulationApplication<OTSModelInterface> implements Serializable
- serialVersionUID:
- 1L
-
Class org.opentrafficsim.demo.network.xml.FourStop extends OTSSimulationApplication<OTSModelInterface> implements Serializable
- serialVersionUID:
- 1L
-
Class org.opentrafficsim.demo.network.xml.Grid10X10 extends OTSSimulationApplication<org.opentrafficsim.demo.network.xml.Grid10X10.TestXMLModelGrid> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
defaultAnimationFactory
DefaultAnimationFactory defaultAnimationFactory
-
-
Class org.opentrafficsim.demo.network.xml.NetworkTest extends OTSSimulationApplication<OTSModelInterface> implements Serializable
- serialVersionUID:
- 1L
-
Class org.opentrafficsim.demo.network.xml.TestXMLParserAimsun extends OTSSimulationApplication<OTSModelInterface> implements Serializable
- serialVersionUID:
- 1L
-
Class org.opentrafficsim.demo.network.xml.TestXMLParserReadXstream extends OTSSimulationApplication<OTSModelInterface> implements Serializable
- serialVersionUID:
- 1L
-
Class org.opentrafficsim.demo.network.xml.TestXMLParserWriteXstream extends OTSSimulationApplication<OTSModelInterface> implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.opentrafficsim.demo.sdm
-
Class org.opentrafficsim.demo.sdm.SdmSimulation extends AbstractSimulationScript implements Serializable
- serialVersionUID:
- 20200516L
-
Serialized Fields
-
audio
double audio
Task demand when controlling audio. -
betaT
double betaT
Maximum additional factor on headway for adaptation. -
conversing
double conversing
Task demand when conversing. -
demandLeft
Frequency demandLeft
Demand left. -
demandRight
Frequency demandRight
Demand right. -
distractions
String[] distractions
Allow multitasking. -
dt
Duration dt
Time step. -
externalBase
double externalBase
Fixed (minimum) task demand for external distraction. -
externalVar
double externalVar
Variable task demand for external distraction. -
idmOptions
IdmOptions idmOptions
IDM parameters. -
multitasking
boolean multitasking
Allow multitasking. -
network
OTSRoadNetwork network
Network. -
output
boolean output
Output. -
outputFile
String outputFile
Output file. -
phoneFinal
double phoneFinal
Final task demand when talking on the phone. -
phoneInit
double phoneInit
Initial task demand when talking on the phone. -
phoneTau
Duration phoneTau
Exponential duration if task demand reduction when talking on the phone. -
plots
boolean plots
Plots. -
regions
List<SpaceTimeRegion> regions
Space time regions to sample traffic on. -
saMax
double saMax
Maximum situational awareness. -
saMin
double saMin
Minimum situational awareness. -
sampler
RoadSampler sampler
Sampler for statistics. -
startDemandFctor
double startDemandFctor
Start demand factor. -
tc
double tc
Task capability. -
trMax
Duration trMax
Maximum reaction time. -
truckFraction
double truckFraction
Fraction of trucks. -
tsCrit
double tsCrit
Critical task saturation. -
tsMax
double tsMax
Maximum task saturation. -
ttc
TimeToCollision ttc
Time to collision data type.
-
-
-
Package org.opentrafficsim.demo.steering
-
Class org.opentrafficsim.demo.steering.SteeringSimulation extends AbstractSimulationScript implements Serializable
-
Serialized Fields
-
numberOfLanes
int numberOfLanes
Number of lanes.
-
-
-
-
Package org.opentrafficsim.demo.trafficcontrol
-
Class org.opentrafficsim.demo.trafficcontrol.TrafCODDemo1 extends OTSSimulationApplication<TrafCODDemo1.TrafCODModel> implements Serializable
- serialVersionUID:
- 20161118L
-
Class org.opentrafficsim.demo.trafficcontrol.TrafCODDemo1.TrafCODModel extends AbstractOTSModel implements Serializable
- serialVersionUID:
- 20161020L
-
Serialized Fields
-
network
OTSRoadNetwork network
The network. -
trafCOD
TrafCOD trafCOD
The TrafCOD controller. -
xml
String xml
The XML.
-
-
Class org.opentrafficsim.demo.trafficcontrol.TrafCODDemo2 extends OTSSimulationApplication<TrafCODDemo2.TrafCODModel> implements Serializable
- serialVersionUID:
- 20161118L
-
Class org.opentrafficsim.demo.trafficcontrol.TrafCODDemo2_Generators extends OTSSimulationApplication<org.opentrafficsim.demo.trafficcontrol.TrafCODDemo2_Generators.TrafCODModel> implements Serializable
- serialVersionUID:
- 20161118L
-
Class org.opentrafficsim.demo.trafficcontrol.TrafCODDemo2.TrafCODModel extends AbstractOTSModel implements Serializable
- serialVersionUID:
- 20161020L
-
Serialized Fields
-
network
OTSRoadNetwork network
The network. -
xml
String xml
The XML.
-
-
-
Package org.opentrafficsim.remotecontrol
-
Class org.opentrafficsim.remotecontrol.Sim0MQControlledOTS extends Object implements Serializable
- serialVersionUID:
- 20200317L
-
Serialized Fields
-
masterCommunication
org.opentrafficsim.remotecontrol.Sim0MQControlledOTS.MasterCommunication masterCommunication
Communication channel to the master. -
model
org.opentrafficsim.remotecontrol.Sim0MQControlledOTS.Sim0MQOTSModel model
Currently active model. -
packetsSent
AtomicInteger packetsSent
Count transmitted messages. -
port
int port
The port number of the listening socket. -
socketMap
Map<Long,org.zeromq.ZMQ.Socket> socketMap
In memory sockets to talk to the multiplexer. -
zContext
org.zeromq.ZContext zContext
The ZContext of all the sockets.
-
-
Class org.opentrafficsim.remotecontrol.Sim0MQRemoteController extends JFrame implements Serializable
- serialVersionUID:
- 20200304L
-
Serialized Fields
-
output
PrintStream output
Debugging and other output goes here. -
pollerThread
Thread pollerThread
Message relayer. -
stepTo
JButton stepTo
Step to button. -
toOTS
org.zeromq.ZMQ.Socket toOTS
Socket for sending messages that should be relayed to OTS. -
zContext
org.zeromq.ZContext zContext
...
-
-
Class org.opentrafficsim.remotecontrol.Sim0MQRemoteControllerNew extends JFrame implements Serializable
- serialVersionUID:
- 20200304L
-
Serialized Fields
-
output
PrintStream output
Debugging and other output goes here. -
pollerThread
Thread pollerThread
Message relayer. -
stepTo
JButton stepTo
Step to button. -
toOTS
org.zeromq.ZMQ.Socket toOTS
Socket for sending messages that should be relayed to OTS. -
zContext
org.zeromq.ZContext zContext
...
-
-
-
Package strategies
-
Class strategies.LmrsStrategies extends Object implements Serializable
- serialVersionUID:
- 20200516L
-
Serialized Fields
-
autorun
boolean autorun
Autorun. -
baseLMRS
boolean baseLMRS
Use base LMRS. -
factories
Map<GTUType,LaneBasedStrategicalPlannerFactory<?>> factories
Strategical planner factories per GTU type. -
folder
String folder
Folder to save files. -
fTruck
double fTruck
Truck fraction. -
incentives
Class<? extends Incentive>[] incentives
Incentives. -
laneChanges
List<String> laneChanges
List of lane changes. -
network
OTSRoadNetwork network
The network. -
qMax
double qMax
Maximum flow [veh/h]. -
sampler
Sampler<GtuData> sampler
Sampler when sampling. -
sampling
boolean sampling
Sample data or not. -
seed
long seed
Seed. -
sigma
double sigma
Sigma. -
simulator
DEVSSimulatorInterface.TimeDoubleUnit simulator
The simulator. -
suffix
String suffix
Suffix for file name. -
tailgating
Tailgating tailgating
Form of tailgating. -
tMax
double tMax
Maximum headway [s]. -
vGain
double vGain
vGain [km/h] (after log-normal shift).
-
-
Class strategies.StrategiesDemo extends AbstractSimulationScript implements Serializable
-
Serialized Fields
-
carLength
Length carLength
Car length. -
carMid
Length carMid
Car mid. -
factories
Map<GTUType,LaneBasedStrategicalPlannerFactory<?>> factories
Factories. -
gtuIdNum
int gtuIdNum
GTU id number. -
gtuNum
int gtuNum
Number of GTUs. -
kmplcListener
strategies.StrategiesDemo.KmplcListener kmplcListener
Lane change listener. -
nextGtuType
GTUType nextGtuType
Next GTU type. -
queue
List<Double> queue
Queue of cumulative odometers. -
stream
StreamInterface stream
Random stream. -
truckFraction
double truckFraction
Truck fraction. -
truckLength
Length truckLength
Truck length. -
truckMid
Length truckMid
Truck mid.
-
-
-