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,
org.djunits.value.vdouble.scalar.Length startPosition,
org.djunits.value.vdouble.scalar.Length endPosition,
org.djunits.value.vdouble.scalar.Time startTime,
org.djunits.value.vdouble.scalar.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,
org.djunits.value.vdouble.scalar.Length position,
KpiGtuDirectionality gtuDirection)
Construct a new DirectedLanePosition.
|
KpiLaneDirection(LaneDataInterface lane,
KpiGtuDirectionality direction) |
Copyright © 2014–2016 Delft University of Technology. All rights reserved.