Package | Description |
---|---|
org.opentrafficsim.kpi.sampling |
Classes for sampling simulation data.
|
org.opentrafficsim.kpi.sampling.indicator |
Indicators based on sampling 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(Length x0,
Length x1)
Returns trajectory group between two locations.
|
TrajectoryGroup |
TrajectoryGroup.getTrajectoryGroup(Length x0,
Length x1,
Time t0,
Time t1)
Returns trajectory group between two locations and between two times.
|
TrajectoryGroup |
TrajectoryGroup.getTrajectoryGroup(Time t0,
Time t1)
Returns trajectory group between two times.
|
Modifier and Type | Method and Description |
---|---|
Iterator<TrajectoryGroup> |
TrajectoryAcceptList.getTrajectoryGroupIterator() |
<T> List<TrajectoryGroup> |
Query.getTrajectoryGroups(Time endTime)
Returns a list of TrajectoryGroups in accordance with the query.
|
<T> List<TrajectoryGroup> |
Query.getTrajectoryGroups(Time startTime,
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. |
Modifier and Type | Method and Description |
---|---|
protected Duration |
TotalTravelTime.calculate(Query query,
Time startTime,
Time endTime,
List<TrajectoryGroup> trajectoryGroups)
Calculate value for given trajectory group.
|
protected Length |
TotalTravelDistance.calculate(Query query,
Time startTime,
Time endTime,
List<TrajectoryGroup> trajectoryGroups)
Calculate value for given trajectory group.
|
protected Dimensionless |
TotalNumberOfStops.calculate(Query query,
Time startTime,
Time endTime,
List<TrajectoryGroup> trajectoryGroups)
Calculate value for given trajectory group.
|
protected Duration |
TotalDelay.calculate(Query query,
Time startTime,
Time endTime,
List<TrajectoryGroup> trajectoryGroups)
Calculate value for given trajectory group.
|
protected Length |
MeanTripLength.calculate(Query query,
Time startTime,
Time endTime,
List<TrajectoryGroup> trajectoryGroups)
Calculate value for given trajectory group.
|
protected Duration |
MeanTravelTimePerDistance.calculate(Query query,
Time startTime,
Time endTime,
List<TrajectoryGroup> trajectoryGroups)
Calculate value for given trajectory group.
|
protected Speed |
MeanSpeed.calculate(Query query,
Time startTime,
Time endTime,
List<TrajectoryGroup> trajectoryGroups)
Calculate value for given trajectory group.
|
protected Frequency |
MeanIntensity.calculate(Query query,
Time startTime,
Time endTime,
List<TrajectoryGroup> trajectoryGroups)
Calculate value for given trajectory group.
|
protected LinearDensity |
MeanDensity.calculate(Query query,
Time startTime,
Time endTime,
List<TrajectoryGroup> trajectoryGroups)
Calculate value for given trajectory group.
|
protected abstract T |
AbstractIndicator.calculate(Query query,
Time startTime,
Time endTime,
List<TrajectoryGroup> trajectoryGroups)
Calculate value for given trajectory group.
|
T |
AbstractIndicator.getValue(Query query,
Time endTime,
List<TrajectoryGroup> trajectoryGroups)
Get value for given query over time interval, returning earlier calculated value if possible.
|
T |
AbstractIndicator.getValue(Query query,
Time startTime,
Time endTime,
List<TrajectoryGroup> trajectoryGroups)
Get value for given query over time interval, returning earlier calculated value if possible.
|
Copyright © 2014–2018 Delft University of Technology. All rights reserved.