Uses of Interface
org.opentrafficsim.kpi.interfaces.LaneDataInterface
-
Packages that use 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 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 LaneDataInterface
KpiDirectedLanePosition. getLaneData()
Retrieve the lane.LaneDataInterface
KpiLaneDirection. 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)
-