Uses of Class
org.opentrafficsim.kpi.sampling.TrajectoryGroup
Packages that use TrajectoryGroup
Package
Description
Classes for sampling simulation data.
Key performance indicators based on sampling data.
-
Uses of TrajectoryGroup in org.opentrafficsim.kpi.sampling
Methods in org.opentrafficsim.kpi.sampling that return TrajectoryGroupModifier and TypeMethodDescriptionfinal TrajectoryGroup<?>TrajectoryAcceptList.getTrajectoryGroup(int i) Returns a trajectory group by index.final TrajectoryGroup<G>TrajectoryGroup.getTrajectoryGroup(Duration t0, Duration t1) Returns trajectory group between two times.final TrajectoryGroup<G>TrajectoryGroup.getTrajectoryGroup(Length x0, Length x1) Returns trajectory group between two locations.final TrajectoryGroup<G>TrajectoryGroup.getTrajectoryGroup(Length x0, Length x1, Duration t0, Duration t1) Returns trajectory group between two locations and between two times.Methods in org.opentrafficsim.kpi.sampling that return types with arguments of type TrajectoryGroupModifier and TypeMethodDescriptionSamplerData.getTrajectoryGroup(LaneData<?> lane) Returns the trajectory group of given lane.final Iterator<TrajectoryGroup<?>>TrajectoryAcceptList.getTrajectoryGroupIterator()Returns an iterator over the trajectory groups.<T> List<TrajectoryGroup<G>>Query.getTrajectoryGroups(Duration endTime) Returns a list of TrajectoryGroups in accordance with the query.<T> List<TrajectoryGroup<G>>Query.getTrajectoryGroups(Duration startTime, Duration endTime) Returns a list of TrajectoryGroups in accordance with the query.Methods in org.opentrafficsim.kpi.sampling with parameters of type TrajectoryGroupModifier and TypeMethodDescriptionfinal voidTrajectoryAcceptList.addTrajectory(Trajectory<?> trajectory, TrajectoryGroup<?> trajectoryGroup) Adds aTrajectorywith theTrajectoryGroupit is from to the accept list.protected voidSamplerData.putTrajectoryGroup(LaneData<?> lane, TrajectoryGroup<G> trajectoryGroup) Stores a trajectory group with the lane direction. -
Uses of TrajectoryGroup in org.opentrafficsim.kpi.sampling.indicator
Method parameters in org.opentrafficsim.kpi.sampling.indicator with type arguments of type TrajectoryGroupModifier and TypeMethodDescriptionAbstractIndicator.calculate(Query<G, ?> query, Duration startTime, Duration endTime, List<TrajectoryGroup<G>> trajectoryGroups) Calculate value for given trajectory groups.protected <G extends GtuData>
LinearDensityMeanDensity.calculate(Query<G, ?> query, Duration startTime, Duration endTime, List<TrajectoryGroup<G>> trajectoryGroups) MeanIntensity.calculate(Query<G, ?> query, Duration startTime, Duration endTime, List<TrajectoryGroup<G>> trajectoryGroups) MeanSpeed.calculate(Query<G, ?> query, Duration startTime, Duration endTime, List<TrajectoryGroup<G>> trajectoryGroups) MeanTravelTimePerDistance.calculate(Query<G, ?> query, Duration startTime, Duration endTime, List<TrajectoryGroup<G>> trajectoryGroups) MeanTripLength.calculate(Query<G, ?> query, Duration startTime, Duration endTime, List<TrajectoryGroup<G>> trajectoryGroups) TotalDelay.calculate(Query<G, ?> query, Duration startTime, Duration endTime, List<TrajectoryGroup<G>> trajectoryGroups) TotalDelayReference.calculate(Query<G, ?> query, Duration startTime, Duration endTime, List<TrajectoryGroup<G>> trajectoryGroups) protected <G extends GtuData>
DimensionlessTotalNumberOfStops.calculate(Query<G, ?> query, Duration startTime, Duration endTime, List<TrajectoryGroup<G>> trajectoryGroups) TotalTravelDistance.calculate(Query<G, ?> query, Duration startTime, Duration endTime, List<TrajectoryGroup<G>> trajectoryGroups) TotalTravelTime.calculate(Query<G, ?> query, Duration startTime, Duration endTime, List<TrajectoryGroup<G>> trajectoryGroups) AbstractIndicator.getValue(Query<G, ?> query, Duration endTime, List<TrajectoryGroup<G>> trajectoryGroups) Get value for given query over time interval, returning earlier calculated value if possible.AbstractIndicator.getValue(Query<G, ?> query, Duration startTime, Duration endTime, List<TrajectoryGroup<G>> trajectoryGroups) Get value for given query over time interval, returning earlier calculated value if possible.