Class FixedCarFollowing

java.lang.Object
org.opentrafficsim.draw.graphs.FixedCarFollowing
All Implemented Interfaces:
Supplier<FixedCarFollowing.FixedCarFollowingModel>, CarFollowingModelFactory<FixedCarFollowing.FixedCarFollowingModel>, ModelComponentFactory, ModelComponentSupplier<FixedCarFollowing.FixedCarFollowingModel>

public class FixedCarFollowing extends Object implements CarFollowingModelFactory<FixedCarFollowing.FixedCarFollowingModel>
Very simple car-following model factory only for testing. Copy from road for use in ContourPlotTest. Should probably test contour plot with much more mocking.

Copyright (c) 2024-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.

Author:
Wouter Schakel