All Classes Interface Summary Class Summary Enum Summary Exception Summary
| Class |
Description |
| AbstractIndicator<T extends DoubleScalarInterface<?,?>> |
Abstract indicator which stores the last calculated value and returns it in getValue() for an equal query, start time
and end time.
|
| ConfidenceInterval<T extends AbstractDoubleScalarRel<?,T>> |
Wrapper class for two typed values that represent a confidence interval.
|
| CrossSection |
A cross sections contains locations on lanes that together make up a cross section.
|
| ExtendedDataDuration<G extends GtuData> |
Extended data type for duration values.
|
| ExtendedDataFloat<U extends Unit<U>,T extends AbstractFloatScalar<U,T>,O extends AbstractFloatVector<U,T,O>,G extends GtuData> |
Class to facilitate JUNITS types in extended data.
|
| ExtendedDataLength<G extends GtuData> |
Extended data type for length values.
|
| ExtendedDataList<T,G extends GtuData> |
Extended data type for anything that can be captured in a list.
|
| ExtendedDataNumber<G extends GtuData> |
Class for unitless values.
|
| ExtendedDataSpeed<G extends GtuData> |
Extended data type for speed values.
|
| ExtendedDataString<G extends GtuData> |
Extended data type for string values.
|
| ExtendedDataType<T,O,S,G extends GtuData> |
Type class to define different types of data by which trajectories can be extended beyond the basic t, x, v, a.
|
| FilterDataCrossSections |
Accepts trajectories that have passed all cross sections as defined in a query.
|
| FilterDataDestination |
Accepts trajectories with a destination node included in a set in a query.
|
| FilterDataGtuType |
Accepts trajectories with a GtuType included in a set in a query.
|
| FilterDataOrigin |
Accepts trajectories with an origin node included in a set in a query.
|
| FilterDataRoute |
Accepts trajectories with a Route included in a set in a query.
|
| FilterDataSet |
Collection of object sets, one object set per filter data type included.
|
| FilterDataType<T> |
Abstract class for defining a type of filter data.
|
| GtuData |
Represents a GTU for sampling.
|
| IntervalSide |
Enum for confidence interval sides.
|
| LaneData |
Represents a lane for sampling.
|
| LanePosition |
Store one position and lane of a GTU.
|
| LinkData<L extends LaneData> |
Represents a link for sampling.
|
| MeanDensity |
Total travel time divided by the sum of areas (X * T).
|
| MeanIntensity |
Total travel distance divided by the sum of areas (X * T).
|
| MeanSpeed |
Sum of trajectory lengths divided by sum of trajectory durations.
|
| MeanTravelTimePerDistance |
Inverse of mean speed.
|
| MeanTripLength |
Sum of trajectory lengths divided by number of GTU's.
|
| Persistent<U extends Unit<U>,T extends AbstractDoubleScalarRel<U,T>,W extends Number> |
Copyright (c) 2013-2023 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
|
| PersistentStatistic<U extends Unit<U>,T extends AbstractDoubleScalarRel<U,T>> |
Copyright (c) 2013-2023 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
|
| Query<G extends GtuData,L extends LaneData> |
A query defines which subset of trajectory information should be included.
|
| Sampler<G extends GtuData,L extends LaneData> |
Sampler is the highest level organizer for sampling.
|
| SamplerData<G extends GtuData> |
SamplerData is a storage for trajectory data.
|
| SamplerData.Compression |
Compression method.
|
| SamplingException |
Exception thrown when sampling encounters an error.
|
| SpaceTimeRegion<L extends LaneData> |
Defines a rectangular region over space and time on a lane.
|
| TotalDelay |
Sum of trajectory durations minus the sum of trajectory lengths divided by a reference speed.
|
| TotalNumberOfStops |
Sum of measurements with zero speed, preceded by a non-zero speed.
|
| TotalTravelDistance |
Sum of trajectory lengths.
|
| TotalTravelTime |
Sum of trajectory durations.
|
| Trajectory<G extends GtuData> |
Contains position, speed, acceleration and time data of a GTU, over some section.
|
| Trajectory.SpaceTimeView |
Space-time view of a trajectory.
|
| TrajectoryAcceptList |
Set of trajectories to be accepted or rejected for a query.
|
| TrajectoryGroup<G extends GtuData> |
Contains all trajectories pertaining to a certain space-time region.
|