Package | Description |
---|---|
org.opentrafficsim.kpi.sampling |
Classes for sampling simulation data.
|
Modifier and Type | Method and Description |
---|---|
TrajectoryGroup |
TrajectoryAcceptList.getTrajectoryGroup(int i) |
TrajectoryGroup |
Sampler.getTrajectoryGroup(KpiLaneDirection kpiLaneDirection)
Returns the trajectory group of given lane direction.
|
TrajectoryGroup |
TrajectoryGroup.getTrajectoryGroup(org.djunits.value.vdouble.scalar.Length x0,
org.djunits.value.vdouble.scalar.Length x1)
Returns trajectory group between two locations.
|
TrajectoryGroup |
TrajectoryGroup.getTrajectoryGroup(org.djunits.value.vdouble.scalar.Length x0,
org.djunits.value.vdouble.scalar.Length x1,
org.djunits.value.vdouble.scalar.Time t0,
org.djunits.value.vdouble.scalar.Time t1)
Returns trajectory group between two locations and between two times.
|
TrajectoryGroup |
TrajectoryGroup.getTrajectoryGroup(org.djunits.value.vdouble.scalar.Time t0,
org.djunits.value.vdouble.scalar.Time t1)
Returns trajectory group between two times.
|
Modifier and Type | Method and Description |
---|---|
Iterator<TrajectoryGroup> |
TrajectoryAcceptList.getTrajectoryGroupIterator() |
<T> List<TrajectoryGroup> |
Query.getTrajectoryGroups(org.djunits.value.vdouble.scalar.Time startTime,
org.djunits.value.vdouble.scalar.Time endTime)
Returns a list of TrajectoryGroups in accordance with the query.
|
Modifier and Type | Method and Description |
---|---|
void |
TrajectoryAcceptList.addTrajectory(Trajectory trajectory,
TrajectoryGroup trajectoryGroup)
Adds a
Trajectory with the TrajectoryGroup it is from to the accept list. |
Copyright © 2014–2016 Delft University of Technology. All rights reserved.