Uses of Class
org.opentrafficsim.kpi.sampling.Trajectory
Packages that use Trajectory
-
Uses of Trajectory in org.opentrafficsim.kpi.sampling
Methods in org.opentrafficsim.kpi.sampling that return TrajectoryModifier and TypeMethodDescriptionfinal Trajectory<?>TrajectoryAcceptList.getTrajectory(int i) Returns trajectory by index.Copies the trajectory but with a subset of the data.Copies the trajectory but with a subset of the data.Copies the trajectory but with a subset of the data.Methods in org.opentrafficsim.kpi.sampling that return types with arguments of type TrajectoryModifier and TypeMethodDescriptionfinal List<Trajectory<G>>TrajectoryGroup.getTrajectories()Returns a list of trajectories.final Iterator<Trajectory<?>>TrajectoryAcceptList.getTrajectoryIterator()Returns an iterator over the trajectories.TrajectoryGroup.iterator()Methods in org.opentrafficsim.kpi.sampling with parameters of type TrajectoryModifier and TypeMethodDescriptionfinal voidTrajectoryAcceptList.acceptTrajectory(Trajectory<?> trajectory) Accept given trajectory.final voidTrajectoryAcceptList.acceptTrajectory(Trajectory<?> trajectory, boolean accept) Accept or reject given trajectory.final voidTrajectoryAcceptList.addTrajectory(Trajectory<?> trajectory, TrajectoryGroup<?> trajectoryGroup) Adds aTrajectorywith theTrajectoryGroupit is from to the accept list.final voidTrajectoryGroup.addTrajectory(Trajectory<G> trajectory) Add trajectory.final booleanTrajectoryGroup.contains(Trajectory<?> trajectory) Whether thisTrajectoryGroupholds the given trajectory.final booleanTrajectoryAcceptList.isAccepted(Trajectory<?> trajectory) Returns whether the given trajectory is accepted or not.final voidTrajectoryAcceptList.rejectTrajectory(Trajectory<?> trajectory) Reject given trajectory.