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-08-23 12:51:29 +0200 (Sun, 23 Aug 2015) $, @version $Revision: 1293 $, 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 RemoteException, NetworkException
gtu
- AbstractLaneBasedGTU; the AbstractLaneBasedGTUlane
- Lane; the Lane for which the movement must be addedRemoteException
- on communications failureNetworkException
- on network-related inconsistencyvoid reGraph()
Copyright © 2014–2015 Delft University of Technology. All rights reserved.