Uses of Class
org.opentrafficsim.kpi.sampling.Trajectory
| Package | Description |
|---|---|
| org.opentrafficsim.kpi.sampling |
Classes for sampling simulation data.
|
-
Uses of Trajectory in org.opentrafficsim.kpi.sampling
Methods in org.opentrafficsim.kpi.sampling that return Trajectory Modifier and Type Method Description Trajectory<?>TrajectoryAcceptList. getTrajectory(int i)Trajectory<G>Trajectory. subSet(Length startPosition, Length endPosition)Copies the trajectory but with a subset of the data.Trajectory<G>Trajectory. subSet(Length startPosition, Length endPosition, Time startTime, Time endTime)Copies the trajectory but with a subset of the data.Trajectory<G>Trajectory. subSet(Time startTime, 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 Trajectory Modifier and Type Method Description java.util.List<Trajectory<G>>TrajectoryGroup. getTrajectories()Returns a list of trajectories.java.util.Iterator<Trajectory<?>>TrajectoryAcceptList. getTrajectoryIterator()java.util.Iterator<Trajectory<G>>TrajectoryGroup. iterator()Methods in org.opentrafficsim.kpi.sampling with parameters of type Trajectory Modifier and Type Method Description voidTrajectoryAcceptList. acceptTrajectory(Trajectory<?> trajectory)Accept given trajectory.voidTrajectoryAcceptList. acceptTrajectory(Trajectory<?> trajectory, boolean accept)Accept or reject given trajectory.voidTrajectoryAcceptList. addTrajectory(Trajectory<?> trajectory, TrajectoryGroup trajectoryGroup)Adds aTrajectorywith theTrajectoryGroupit is from to the accept list.voidTrajectoryGroup. addTrajectory(Trajectory<G> trajectory)Add trajectory.booleanTrajectoryGroup. contains(Trajectory<?> trajectory)Whether thisTrajectoryGroupholds the given trajectory.booleanTrajectoryAcceptList. isAccepted(Trajectory<?> trajectory)Returns whether the given trajectory is accepted or not.voidTrajectoryAcceptList. rejectTrajectory(Trajectory<?> trajectory)Reject given trajectory.