Class Sim0MQSampler


  • public abstract class Sim0MQSampler
    extends Sampler
    XXX ABSTRACT TEMPORARILY

    Copyright (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 Detail

      • 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 Detail

      • Sim0MQSampler

        public Sim0MQSampler()