Uses of Class
models.Maneuver
-
Packages that use Maneuver Package Description lanechange models models.fluid models.fluid.ctm -
-
Uses of Maneuver in lanechange
Fields in lanechange with type parameters of type Maneuver Modifier and Type Field Description List<Map<Maneuver,Double>>
LinkLogitLaneSelector.CommData. lg_mnv2prob
-
Uses of Maneuver in models
Methods in models that return Maneuver Modifier and Type Method Description static Maneuver
Maneuver. valueOf(String name)
Returns the enum constant of this type with the specified name.static Maneuver[]
Maneuver. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Maneuver in models.fluid
Methods in models.fluid that return types with arguments of type Maneuver Modifier and Type Method Description Map<Maneuver,Double>
FluidLaneGroup. get_lc_probabilities(State state, Set<Maneuver> lcoptions)
Method parameters in models.fluid with type arguments of type Maneuver Modifier and Type Method Description abstract void
AbstractCell. add_vehicles(State state, Double value, Map<Maneuver,Double> maneuver2prob)
Map<Maneuver,Double>
FluidLaneGroup. get_lc_probabilities(State state, Set<Maneuver> lcoptions)
-
Uses of Maneuver in models.fluid.ctm
Method parameters in models.fluid.ctm with type arguments of type Maneuver Modifier and Type Method Description void
CTMCell. add_vehicles(State state, Double vehs, Map<Maneuver,Double> maneuver2prob)
-