Uses of Class
org.opentrafficsim.road.network.lane.Stripe.Permeable
-
Packages that use Stripe.Permeable Package Description org.opentrafficsim.road.network.factory Factories for Links, Lanes, Nodes.org.opentrafficsim.road.network.lane Classes that provide detailed cross-sections of a link using lanes, markers and sensors. -
-
Uses of Stripe.Permeable in org.opentrafficsim.road.network.factory
Methods in org.opentrafficsim.road.network.factory with parameters of type Stripe.Permeable Modifier and Type Method Description LaneFactory
LaneFactory. addLanes(Stripe.Permeable... permeable)
Adds a lane pair for each permeable, where the permeable determines the right-hand side line when building from left to right and vice versa. -
Uses of Stripe.Permeable in org.opentrafficsim.road.network.lane
Methods in org.opentrafficsim.road.network.lane that return Stripe.Permeable Modifier and Type Method Description static Stripe.Permeable
Stripe.Permeable. valueOf(String name)
Returns the enum constant of this type with the specified name.static Stripe.Permeable[]
Stripe.Permeable. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opentrafficsim.road.network.lane with parameters of type Stripe.Permeable Modifier and Type Method Description void
Stripe. addPermeability(GTUType gtuType, Stripe.Permeable permeable)
Constructors in org.opentrafficsim.road.network.lane with parameters of type Stripe.Permeable Constructor Description Stripe(CrossSectionLink parentLink, List<CrossSectionSlice> crossSectionSlices, Stripe.Permeable permeable)
Helper constructor that immediately provides permeability for all GTU classes.
Note: LEFT is seen as a positive lateral direction, RIGHT as a negative lateral direction, with the direction from the StartNode towards the EndNode as the longitudinal direction.Stripe(CrossSectionLink parentLink, Length lateralCenterPositionStart, Length lateralCenterPositionEnd, Length width, Set<GTUType> gtuTypes, Stripe.Permeable permeable)
Helper constructor that immediately provides permeability for a number of GTU classes.
Note: LEFT is seen as a positive lateral direction, RIGHT as a negative lateral direction, with the direction from the StartNode towards the EndNode as the longitudinal direction.Stripe(CrossSectionLink parentLink, Length lateralCenterPositionStart, Length lateralCenterPositionEnd, Length width, Set<GTUType> gtuTypes, Stripe.Permeable permeable, boolean fixGradualLateralOffset)
Helper constructor that immediately provides permeability for a number of GTU classes.
Note: LEFT is seen as a positive lateral direction, RIGHT as a negative lateral direction, with the direction from the StartNode towards the EndNode as the longitudinal direction.
-