package org.opentrafficsim.graphs; /** * Interface implemented by graphs that sample movements of a lane-based GTU. *
* Copyright (c) 2013-2016 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
* @author Peter Knoppers
*/
public interface LaneBasedGTUSampler
{
/**
* Force redraw of the graph.
*/
void reGraph();
}