Class Sim0MQSampler

java.lang.Object
org.opentrafficsim.kpi.sampling.Sampler
org.opentrafficsim.sim0mq.kpi.Sim0MQSampler

public abstract class Sim0MQSampler
extends Sampler
XXX ABSTRACT TEMPORARILY

Copyright (c) 2013-2019 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 Details

    • nodes

      protected final java.util.Map<java.lang.String,​NodeData> nodes
      the nodes.
    • links

      protected final java.util.Map<java.lang.String,​LinkData> links
      the links.
    • lanes

      protected final java.util.Map<java.lang.String,​LaneData> lanes
      the lanes.
    • gtus

      protected final java.util.Map<java.lang.String,​GtuData> gtus
      the gtus.
    • lastLanes

      protected final java.util.Map<java.lang.String,​KpiLaneDirection> lastLanes
      last lane of gtus.
  • Constructor Details