Uses of Interface
org.opentrafficsim.kpi.interfaces.LinkDataInterface
-
Packages that use LinkDataInterface Package Description org.opentrafficsim.kpi.interfaces org.opentrafficsim.kpi.sampling Classes for sampling simulation data. -
-
Uses of LinkDataInterface in org.opentrafficsim.kpi.interfaces
Methods in org.opentrafficsim.kpi.interfaces that return LinkDataInterface Modifier and Type Method Description LinkDataInterface
LaneDataInterface. getLinkData()
-
Uses of LinkDataInterface in org.opentrafficsim.kpi.sampling
Methods in org.opentrafficsim.kpi.sampling with parameters of type LinkDataInterface Modifier and Type Method Description void
Query. addSpaceTimeRegionLink(LinkDataInterface link, KpiGtuDirectionality direction, Length startPosition, Length endPosition, Time startTime, Time endTime)
Defines a region in space and time for which this query is valid.Constructors in org.opentrafficsim.kpi.sampling with parameters of type LinkDataInterface Constructor Description CrossSection(LinkDataInterface link, KpiGtuDirectionality direction, double fraction)
Constructor with link and direction.
-