Uses of Record Class
org.opentrafficsim.kpi.sampling.CrossSection.LanePosition
Packages that use CrossSection.LanePosition
-
Uses of CrossSection.LanePosition in org.opentrafficsim.kpi.sampling
Methods in org.opentrafficsim.kpi.sampling that return types with arguments of type CrossSection.LanePositionModifier and TypeMethodDescriptionfinal Set<CrossSection.LanePosition>
CrossSection.getLanePositions()
Returns a safe copy of the lane positions.CrossSection.iterator()
Returns an iterator over the lane positions.Constructor parameters in org.opentrafficsim.kpi.sampling with type arguments of type CrossSection.LanePositionModifierConstructorDescriptionCrossSection
(Set<CrossSection.LanePosition> lanePositions) Constructor with set of lane positions.