Uses of Class
org.opentrafficsim.kpi.sampling.LanePosition
-
Packages that use LanePosition Package Description org.opentrafficsim.kpi.sampling Classes for sampling simulation data. -
-
Uses of LanePosition in org.opentrafficsim.kpi.sampling
Methods in org.opentrafficsim.kpi.sampling that return types with arguments of type LanePosition Modifier and Type Method Description Iterator<LanePosition>CrossSection. getIterator()Returns an iterator over the lane positions.Set<LanePosition>CrossSection. getLanePositions()Returns a safe copy of the lane positions.Constructor parameters in org.opentrafficsim.kpi.sampling with type arguments of type LanePosition Constructor Description CrossSection(Set<LanePosition> lanePositions)Constructor with set of lane positions.
-