Serialized Form
-
Package org.opentrafficsim.kpi.sampling
-
Class org.opentrafficsim.kpi.sampling.CrossSection extends Object implements Serializable
- serialVersionUID:
- 20160929L
-
Serialized Fields
-
directedLanePositions
Set<KpiDirectedLanePosition> directedLanePositions
Set of lane locations.
-
-
Class org.opentrafficsim.kpi.sampling.KpiDirectedLanePosition extends 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 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 Exception implements Serializable
- serialVersionUID:
- 20160929L
-