Uses of Class
org.opentrafficsim.road.gtu.lane.tactical.cacc.CaccController
-
Packages that use CaccController Package Description org.opentrafficsim.road.gtu.lane.tactical.cacc -
-
Uses of CaccController in org.opentrafficsim.road.gtu.lane.tactical.cacc
Methods in org.opentrafficsim.road.gtu.lane.tactical.cacc that return CaccController Modifier and Type Method Description CaccController
CaccControllerFactory. create()
Creates the next longitudinal controller.Constructors in org.opentrafficsim.road.gtu.lane.tactical.cacc with parameters of type CaccController Constructor Description CaccTacticalPlanner(CarFollowingModel carFollowingModel, LaneBasedGTU gtu, LanePerception lanePerception, CaccController controller)
Constructor parameters in org.opentrafficsim.road.gtu.lane.tactical.cacc with type arguments of type CaccController Constructor Description CaccTacticalPlannerFactory(CarFollowingModelFactory<? extends CarFollowingModel> carFollowingModelFactory, LongitudinalControllerFactory<? extends CaccController> longitudinalControllerFactory, OTSSimulatorInterface simulator, GTUType caccGTUType)
Constructor.
-