Uses of Class
org.opentrafficsim.kpi.sampling.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 KpiGtuDirectionalityKpiLaneDirection. getKpiDirection()KpiGtuDirectionalityKpiDirectedLanePosition. getKpiGtuDirection()Retrieve the gtuDirection.static KpiGtuDirectionalityKpiGtuDirectionality. valueOf(java.lang.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 voidQuery. 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)