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.Trajectory.subSet
(org.djunits.value.vdouble.scalar.Length startPosition, org.djunits.value.vdouble.scalar.Length endPosition) Copies the trajectory but with a subset of the data.Trajectory.subSet
(org.djunits.value.vdouble.scalar.Length startPosition, org.djunits.value.vdouble.scalar.Length endPosition, org.djunits.value.vdouble.scalar.Time startTime, org.djunits.value.vdouble.scalar.Time endTime) Copies the trajectory but with a subset of the data that is contained in the given space-time region.Trajectory.subSet
(org.djunits.value.vdouble.scalar.Time startTime, org.djunits.value.vdouble.scalar.Time endTime) 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 void
TrajectoryAcceptList.acceptTrajectory
(Trajectory<?> trajectory) Accept given trajectory.final void
TrajectoryAcceptList.acceptTrajectory
(Trajectory<?> trajectory, boolean accept) Accept or reject given trajectory.final void
TrajectoryAcceptList.addTrajectory
(Trajectory<?> trajectory, TrajectoryGroup<?> trajectoryGroup) Adds aTrajectory
with theTrajectoryGroup
it is from to the accept list.final void
TrajectoryGroup.addTrajectory
(Trajectory<G> trajectory) Add trajectory.final boolean
TrajectoryGroup.contains
(Trajectory<?> trajectory) Whether thisTrajectoryGroup
holds the given trajectory.final boolean
TrajectoryAcceptList.isAccepted
(Trajectory<?> trajectory) Returns whether the given trajectory is accepted or not.final void
TrajectoryAcceptList.rejectTrajectory
(Trajectory<?> trajectory) Reject given trajectory.