Uses of Class
org.opentrafficsim.kpi.sampling.KpiDirectedLanePosition
Package | Description |
---|---|
org.opentrafficsim.kpi.sampling |
Classes for sampling simulation data.
|
-
Uses of KpiDirectedLanePosition in org.opentrafficsim.kpi.sampling
Methods in org.opentrafficsim.kpi.sampling that return types with arguments of type KpiDirectedLanePosition Modifier and Type Method Description java.util.Set<KpiDirectedLanePosition>
CrossSection. getDirectedLanePositions()
java.util.Iterator<KpiDirectedLanePosition>
CrossSection. getIterator()
Constructor parameters in org.opentrafficsim.kpi.sampling with type arguments of type KpiDirectedLanePosition Constructor Description CrossSection(java.util.Set<KpiDirectedLanePosition> directedLanePositions)
Constructor with set of directed lane positions.