Package | Description |
---|---|
org.opentrafficsim.kpi.sampling |
Classes for sampling simulation data.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
List<Trajectory<G>> |
TrajectoryGroup.getTrajectories()
Returns a list of trajectories.
|
Iterator<Trajectory<?>> |
TrajectoryAcceptList.getTrajectoryIterator() |
Iterator<Trajectory<G>> |
TrajectoryGroup.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
TrajectoryAcceptList.acceptTrajectory(Trajectory<?> trajectory)
Accept given trajectory.
|
void |
TrajectoryAcceptList.acceptTrajectory(Trajectory<?> trajectory,
boolean accept)
Accept or reject given trajectory.
|
void |
TrajectoryAcceptList.addTrajectory(Trajectory<?> trajectory,
TrajectoryGroup trajectoryGroup)
Adds a
Trajectory with the TrajectoryGroup it is from to the accept list. |
void |
TrajectoryGroup.addTrajectory(Trajectory<G> trajectory)
Add trajectory.
|
boolean |
TrajectoryGroup.contains(Trajectory<?> trajectory)
Whether this
TrajectoryGroup holds the given trajectory. |
boolean |
TrajectoryAcceptList.isAccepted(Trajectory<?> trajectory)
Returns whether the given trajectory is accepted or not.
|
void |
TrajectoryAcceptList.rejectTrajectory(Trajectory<?> trajectory)
Reject given trajectory.
|
Copyright © 2014–2019 Delft University of Technology. All rights reserved.