Package | Description |
---|---|
org.opentrafficsim.kpi.sampling |
Classes for sampling simulation data.
|
Modifier and Type | Method and Description |
---|---|
Trajectory |
TrajectoryAcceptList.getTrajectory(int i) |
Trajectory |
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 |
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 |
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.
|
Modifier and Type | Method and Description |
---|---|
List<Trajectory> |
TrajectoryGroup.getTrajectories()
Returns a list of trajectories.
|
Iterator<Trajectory> |
TrajectoryAcceptList.getTrajectoryIterator() |
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 |
TrajectoryGroup.addTrajectory(Trajectory trajectory)
Add trajectory.
|
void |
TrajectoryAcceptList.addTrajectory(Trajectory trajectory,
TrajectoryGroup trajectoryGroup)
Adds a
Trajectory with the TrajectoryGroup it is from to the accept list. |
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–2016 Delft University of Technology. All rights reserved.