Uses of Class
org.opentrafficsim.kpi.sampling.Query
Package | Description |
---|---|
org.opentrafficsim.kpi.sampling.indicator |
Indicators based on sampling data.
|
-
Uses of Query in org.opentrafficsim.kpi.sampling.indicator
Methods in org.opentrafficsim.kpi.sampling.indicator with parameters of type Query Modifier and Type Method Description protected abstract <G extends GtuDataInterface>
TAbstractIndicator. calculate(Query<G> query, Time startTime, Time endTime, java.util.List<TrajectoryGroup<G>> trajectoryGroups)
Calculate value for given trajectory group.protected <G extends GtuDataInterface>
LinearDensityMeanDensity. calculate(Query<G> query, Time startTime, Time endTime, java.util.List<TrajectoryGroup<G>> trajectoryGroups)
Calculate value for given trajectory group.protected <G extends GtuDataInterface>
FrequencyMeanIntensity. calculate(Query<G> query, Time startTime, Time endTime, java.util.List<TrajectoryGroup<G>> trajectoryGroups)
Calculate value for given trajectory group.protected <G extends GtuDataInterface>
SpeedMeanSpeed. calculate(Query<G> query, Time startTime, Time endTime, java.util.List<TrajectoryGroup<G>> trajectoryGroups)
Calculate value for given trajectory group.protected <G extends GtuDataInterface>
DurationMeanTravelTimePerDistance. calculate(Query<G> query, Time startTime, Time endTime, java.util.List<TrajectoryGroup<G>> trajectoryGroups)
Calculate value for given trajectory group.protected <G extends GtuDataInterface>
LengthMeanTripLength. calculate(Query<G> query, Time startTime, Time endTime, java.util.List<TrajectoryGroup<G>> trajectoryGroups)
Calculate value for given trajectory group.protected <G extends GtuDataInterface>
DurationTotalDelay. calculate(Query<G> query, Time startTime, Time endTime, java.util.List<TrajectoryGroup<G>> trajectoryGroups)
Calculate value for given trajectory group.protected <G extends GtuDataInterface>
DimensionlessTotalNumberOfStops. calculate(Query<G> query, Time startTime, Time endTime, java.util.List<TrajectoryGroup<G>> trajectoryGroups)
Calculate value for given trajectory group.protected <G extends GtuDataInterface>
LengthTotalTravelDistance. calculate(Query<G> query, Time startTime, Time endTime, java.util.List<TrajectoryGroup<G>> trajectoryGroups)
Calculate value for given trajectory group.protected <G extends GtuDataInterface>
DurationTotalTravelTime. calculate(Query<G> query, Time startTime, Time endTime, java.util.List<TrajectoryGroup<G>> trajectoryGroups)
Calculate value for given trajectory group.<G extends GtuDataInterface>
TAbstractIndicator. getValue(Query<G> query, Time endTime, java.util.List<TrajectoryGroup<G>> trajectoryGroups)
Get value for given query over time interval, returning earlier calculated value if possible.<G extends GtuDataInterface>
TAbstractIndicator. getValue(Query<G> query, Time startTime, Time endTime, java.util.List<TrajectoryGroup<G>> trajectoryGroups)
Get value for given query over time interval, returning earlier calculated value if possible.