Uses of Class
org.opentrafficsim.kpi.sampling.KpiGtuDirectionality
-
Packages that use KpiGtuDirectionality Package Description org.opentrafficsim.kpi.sampling Classes for sampling simulation data. -
-
Uses of KpiGtuDirectionality in org.opentrafficsim.kpi.sampling
Methods in org.opentrafficsim.kpi.sampling that return KpiGtuDirectionality Modifier and Type Method Description KpiGtuDirectionality
KpiLaneDirection. getKpiDirection()
KpiGtuDirectionality
KpiDirectedLanePosition. getKpiGtuDirection()
Retrieve the gtuDirection.static KpiGtuDirectionality
KpiGtuDirectionality. valueOf(String name)
Returns the enum constant of this type with the specified name.static KpiGtuDirectionality[]
KpiGtuDirectionality. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opentrafficsim.kpi.sampling with parameters of type KpiGtuDirectionality 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 KpiGtuDirectionality Constructor Description CrossSection(LinkDataInterface link, KpiGtuDirectionality direction, double fraction)
Constructor with link and direction.KpiDirectedLanePosition(LaneDataInterface lane, Length position, KpiGtuDirectionality gtuDirection)
Construct a new DirectedLanePosition.KpiLaneDirection(LaneDataInterface lane, KpiGtuDirectionality direction)
-