Package | Description |
---|---|
org.opentrafficsim.kpi.sampling.indicator |
Indicators based on sampling data.
|
Modifier and Type | Method and Description |
---|---|
protected <G extends GtuDataInterface> |
TotalTravelTime.calculate(Query<G> query,
Time startTime,
Time endTime,
List<TrajectoryGroup<G>> trajectoryGroups)
Calculate value for given trajectory group.
|
protected <G extends GtuDataInterface> |
TotalTravelDistance.calculate(Query<G> query,
Time startTime,
Time endTime,
List<TrajectoryGroup<G>> trajectoryGroups)
Calculate value for given trajectory group.
|
protected <G extends GtuDataInterface> |
TotalNumberOfStops.calculate(Query<G> query,
Time startTime,
Time endTime,
List<TrajectoryGroup<G>> trajectoryGroups)
Calculate value for given trajectory group.
|
protected <G extends GtuDataInterface> |
TotalDelay.calculate(Query<G> query,
Time startTime,
Time endTime,
List<TrajectoryGroup<G>> trajectoryGroups)
Calculate value for given trajectory group.
|
protected <G extends GtuDataInterface> |
MeanTripLength.calculate(Query<G> query,
Time startTime,
Time endTime,
List<TrajectoryGroup<G>> trajectoryGroups)
Calculate value for given trajectory group.
|
protected <G extends GtuDataInterface> |
MeanTravelTimePerDistance.calculate(Query<G> query,
Time startTime,
Time endTime,
List<TrajectoryGroup<G>> trajectoryGroups)
Calculate value for given trajectory group.
|
protected <G extends GtuDataInterface> |
MeanSpeed.calculate(Query<G> query,
Time startTime,
Time endTime,
List<TrajectoryGroup<G>> trajectoryGroups)
Calculate value for given trajectory group.
|
protected <G extends GtuDataInterface> |
MeanIntensity.calculate(Query<G> query,
Time startTime,
Time endTime,
List<TrajectoryGroup<G>> trajectoryGroups)
Calculate value for given trajectory group.
|
protected <G extends GtuDataInterface> |
MeanDensity.calculate(Query<G> query,
Time startTime,
Time endTime,
List<TrajectoryGroup<G>> trajectoryGroups)
Calculate value for given trajectory group.
|
protected abstract <G extends GtuDataInterface> |
AbstractIndicator.calculate(Query<G> query,
Time startTime,
Time endTime,
List<TrajectoryGroup<G>> trajectoryGroups)
Calculate value for given trajectory group.
|
<G extends GtuDataInterface> |
AbstractIndicator.getValue(Query<G> query,
Time endTime,
List<TrajectoryGroup<G>> trajectoryGroups)
Get value for given query over time interval, returning earlier calculated value if possible.
|
<G extends GtuDataInterface> |
AbstractIndicator.getValue(Query<G> query,
Time startTime,
Time endTime,
List<TrajectoryGroup<G>> trajectoryGroups)
Get value for given query over time interval, returning earlier calculated value if possible.
|
Copyright © 2014–2019 Delft University of Technology. All rights reserved.