Package org.opentrafficsim.sim0mq.kpi
Class Sim0mqSampler
java.lang.Object
org.opentrafficsim.kpi.sampling.Sampler
org.opentrafficsim.sim0mq.kpi.Sim0mqSampler
XXX ABSTRACT TEMPORARILY
Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
- Author:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
-
Field Summary
Modifier and TypeFieldDescriptionprotected final Map<String,
GtuDataSim0> the gtus.protected final Map<String,
LaneDataSim0> the lanes.last lane of gtus.protected final Map<String,
LinkDataSim0> the links.the nodes. -
Constructor Summary
-
Method Summary
Methods inherited from class org.opentrafficsim.kpi.sampling.Sampler
contains, equals, finalizeRecording, getSamplerData, hashCode, initRecording, now, processGtuAddEvent, processGtuAddEventWithMove, processGtuMoveEvent, processGtuRemoveEvent, processGtuRemoveEventWithMove, registerSpaceTimeRegion, scheduleStartRecording, scheduleStopRecording, startRecording, stopRecording
-
Field Details
-
nodes
the nodes. -
links
the links. -
lanes
the lanes. -
gtus
the gtus. -
lastLanes
last lane of gtus.
-
-
Constructor Details
-
Sim0mqSampler
public Sim0mqSampler()
-