Interface PerceptionFactory
-
- All Superinterfaces:
ModelComponentFactory
- All Known Implementing Classes:
DefaultLMRSPerceptionFactory
public interface PerceptionFactory extends ModelComponentFactory
Interface for perception initialization.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 14 feb. 2017
- Author:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LanePerception
generatePerception(LaneBasedGTU gtu)
Generate perception.-
Methods inherited from interface org.opentrafficsim.road.gtu.lane.tactical.ModelComponentFactory
getParameters
-
-
-
-
Method Detail
-
generatePerception
LanePerception generatePerception(LaneBasedGTU gtu)
Generate perception.- Parameters:
gtu
- LaneBasedGTU; GTU- Returns:
- perception
-
-