Uses of Interface
org.opentrafficsim.kpi.interfaces.LaneDataInterface
| Package | Description |
|---|---|
| org.opentrafficsim.kpi.interfaces | |
| org.opentrafficsim.kpi.sampling |
Classes for sampling simulation data.
|
-
Uses of LaneDataInterface in org.opentrafficsim.kpi.interfaces
Methods in org.opentrafficsim.kpi.interfaces that return types with arguments of type LaneDataInterface Modifier and Type Method Description java.util.List<? extends LaneDataInterface>LinkDataInterface. getLaneDatas() -
Uses of LaneDataInterface in org.opentrafficsim.kpi.sampling
Methods in org.opentrafficsim.kpi.sampling that return LaneDataInterface Modifier and Type Method Description LaneDataInterfaceKpiDirectedLanePosition. getLaneData()Retrieve the lane.LaneDataInterfaceKpiLaneDirection. getLaneData()Constructors in org.opentrafficsim.kpi.sampling with parameters of type LaneDataInterface Constructor Description KpiDirectedLanePosition(LaneDataInterface lane, Length position, KpiGtuDirectionality gtuDirection)Construct a new DirectedLanePosition.KpiLaneDirection(LaneDataInterface lane, KpiGtuDirectionality direction)