Package org.opentrafficsim.sim0mq.kpi
Class Sim0mqSampler
java.lang.Object
org.opentrafficsim.kpi.sampling.Sampler
org.opentrafficsim.sim0mq.kpi.Sim0mqSampler
public abstract class Sim0mqSampler
extends org.opentrafficsim.kpi.sampling.Sampler
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
FieldsModifier 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
Constructors -
Method Summary
Methods inherited from class org.opentrafficsim.kpi.sampling.Sampler
addGtu, addGtuWithSnapshot, contains, equals, finalizeRecording, getSamplerData, hashCode, initRecording, now, registerSpaceTimeRegion, removeGtu, removeGtuWithSnapshot, scheduleStartRecording, scheduleStopRecording, snapshot, 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()
-