Uses of Class
org.opentrafficsim.kpi.sampling.Query
Packages that use Query
-
Uses of Query in org.opentrafficsim.kpi.sampling.indicator
Methods in org.opentrafficsim.kpi.sampling.indicator with parameters of type QueryModifier and TypeMethodDescriptionAbstractIndicator.calculate
(Query<G, ?> query, Time startTime, Time endTime, List<TrajectoryGroup<G>> trajectoryGroups) Calculate value for given trajectory group.protected <G extends GtuData>
LinearDensityMeanDensity.calculate
(Query<G, ?> query, Time startTime, Time endTime, List<TrajectoryGroup<G>> trajectoryGroups) Calculate value for given trajectory group.MeanIntensity.calculate
(Query<G, ?> query, Time startTime, Time endTime, List<TrajectoryGroup<G>> trajectoryGroups) Calculate value for given trajectory group.MeanSpeed.calculate
(Query<G, ?> query, Time startTime, Time endTime, List<TrajectoryGroup<G>> trajectoryGroups) Calculate value for given trajectory group.MeanTravelTimePerDistance.calculate
(Query<G, ?> query, Time startTime, Time endTime, List<TrajectoryGroup<G>> trajectoryGroups) Calculate value for given trajectory group.MeanTripLength.calculate
(Query<G, ?> query, Time startTime, Time endTime, List<TrajectoryGroup<G>> trajectoryGroups) Calculate value for given trajectory group.TotalDelay.calculate
(Query<G, ?> query, Time startTime, Time endTime, List<TrajectoryGroup<G>> trajectoryGroups) Calculate value for given trajectory group.protected <G extends GtuData>
DimensionlessTotalNumberOfStops.calculate
(Query<G, ?> query, Time startTime, Time endTime, List<TrajectoryGroup<G>> trajectoryGroups) Calculate value for given trajectory group.TotalTravelDistance.calculate
(Query<G, ?> query, Time startTime, Time endTime, List<TrajectoryGroup<G>> trajectoryGroups) Calculate value for given trajectory group.TotalTravelTime.calculate
(Query<G, ?> query, Time startTime, Time endTime, List<TrajectoryGroup<G>> trajectoryGroups) Calculate value for given trajectory group.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.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.