Classes for sampling simulation data.
-
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.
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.
Returns a list of trajectories.
Returns an iterator over the trajectories.
final void
final void
Accept or reject given trajectory.
final void
Adds a Trajectory
with the TrajectoryGroup
it is from to the accept list.
final void
final boolean
Whether this TrajectoryGroup
holds the given trajectory.
final boolean
Returns whether the given trajectory is accepted or not.
final void