public interface LaneBasedGTUSampler
Copyright (c) 2013-2015 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
$LastChangedDate: 2015-09-14 01:33:02 +0200 (Mon, 14 Sep 2015) $, @version $Revision: 1401 $, by $Author: averbraeck $,
initial version 5 jan. 2015
Modifier and Type | Method and Description |
---|---|
void |
addData(AbstractLaneBasedGTU gtu,
Lane lane)
Add the movement of an AbstractLaneBasedGTU to a graph.
|
void |
reGraph()
Force redraw of the graph.
|
void addData(AbstractLaneBasedGTU gtu, Lane lane) throws org.opentrafficsim.core.network.NetworkException
gtu
- AbstractLaneBasedGTU; the AbstractLaneBasedGTUlane
- Lane; the Lane for which the movement must be addedorg.opentrafficsim.core.network.NetworkException
- on network-related inconsistencyvoid reGraph()
Copyright © 2014–2015 Delft University of Technology. All rights reserved.