Serialized Form
- 
Package org.opentrafficsim.kpi.sampling
- 
Class org.opentrafficsim.kpi.sampling.CrossSection extends java.lang.Object implements Serializable
- serialVersionUID:
 - 20160929L
 
- 
Serialized Fields
- 
directedLanePositions
java.util.Set<KpiDirectedLanePosition> directedLanePositions
Set of lane locations. 
 - 
 
 - 
Class org.opentrafficsim.kpi.sampling.KpiDirectedLanePosition extends java.lang.Object implements Serializable
- serialVersionUID:
 - 20151111L
 
- 
Serialized Fields
- 
gtuDirection
KpiGtuDirectionality gtuDirection
The direction the vehicle is driving to -- either in the direction of the design line, or against it. - 
lane
LaneDataInterface lane
The lane for the position. - 
position
Length position
The position on the lane, relative to the cross section link (design line). 
 - 
 
 - 
Class org.opentrafficsim.kpi.sampling.KpiLaneDirection extends java.lang.Object implements Serializable
- serialVersionUID:
 - 20160330L
 
- 
Serialized Fields
- 
direction
KpiGtuDirectionality direction
The GTU direction to drive on this lane. - 
lane
LaneDataInterface lane
The lane. 
 - 
 
 - 
Class org.opentrafficsim.kpi.sampling.SamplingException extends java.lang.Exception implements Serializable
- serialVersionUID:
 - 20160929L
 
 
 -