Uses of Enum Class
org.opentrafficsim.road.gtu.tactical.lmrs.LmrsFactory.FullerImplementation
Packages that use LmrsFactory.FullerImplementation
Package
Description
Classes that implement the LMRS lane change model integrated with a car-following model forming a tactical planner.
-
Uses of LmrsFactory.FullerImplementation in org.opentrafficsim.road.gtu.tactical.lmrs
Fields in org.opentrafficsim.road.gtu.tactical.lmrs with type parameters of type LmrsFactory.FullerImplementationModifier and TypeFieldDescriptionstatic final LmrsFactory.Setting<LmrsFactory.FullerImplementation>LmrsFactory.Setting.FULLER_IMPLEMENTATIONImplementation of Fuller: NONE (default), SUMMATIVE, ANTICIPATION_RELIANCE or ATTENTION_MATRIX.Methods in org.opentrafficsim.road.gtu.tactical.lmrs that return LmrsFactory.FullerImplementationModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static LmrsFactory.FullerImplementation[]LmrsFactory.FullerImplementation.values()Returns an array containing the constants of this enum class, in the order they are declared.