| Package | Description | 
|---|---|
| org.opentrafficsim.road.network.lane | 
 Classes that provide detailed cross-sections of a link using lanes, markers and sensors. 
 | 
| Modifier and Type | Method and 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Stripe.addPermeability(org.opentrafficsim.core.gtu.GTUType gtuType,
               Stripe.Permeable permeable)  | 
| Constructor and Description | 
|---|
Stripe(CrossSectionLink parentLink,
      org.djunits.value.vdouble.scalar.Length lateralCenterPositionStart,
      org.djunits.value.vdouble.scalar.Length lateralCenterPositionEnd,
      org.djunits.value.vdouble.scalar.Length width,
      Set<org.opentrafficsim.core.gtu.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,
      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.  | 
Copyright © 2014–2018 Delft University of Technology. All rights reserved.