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 Sampler
XXX ABSTRACT TEMPORARILYCopyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.- Version:
- $Revision$, $LastChangedDate$, by $Author$, initial version 12 okt. 2016
- Author:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
-
-
Field Summary
Fields Modifier and Type Field Description protected Map<String,GtuData>
gtus
the gtus.protected Map<String,LaneData>
lanes
the lanes.protected Map<String,KpiLaneDirection>
lastLanes
last lane of gtus.protected Map<String,LinkData>
links
the links.protected Map<String,NodeData>
nodes
the nodes.
-
Constructor Summary
Constructors Constructor Description Sim0MQSampler()
-
Method Summary
-
Methods inherited from class org.opentrafficsim.kpi.sampling.Sampler
contains, finalizeRecording, getSamplerData, initRecording, now, processGtuAddEvent, processGtuMoveEvent, processGtuRemoveEvent, processGtuRemoveEvent, registerSpaceTimeRegion, scheduleStartRecording, scheduleStopRecording, startRecording, stopRecording
-
-
-
-
Field Detail
-
lastLanes
protected final Map<String,KpiLaneDirection> lastLanes
last lane of gtus.
-
-