| Package | Description | 
|---|---|
| org.opentrafficsim.kpi.sampling | Classes for sampling simulation data. | 
| Modifier and Type | Method and 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. | 
| Modifier and Type | Method and 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. | 
| Constructor and 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) | 
Copyright © 2014–2019 Delft University of Technology. All rights reserved.