- calculate(Query<G>, Time, Time, List<TrajectoryGroup<G>>) - Method in class org.opentrafficsim.kpi.sampling.indicator.AbstractIndicator
-
Calculate value for given trajectory group.
- calculate(Query<G>, Time, Time, List<TrajectoryGroup<G>>) - Method in class org.opentrafficsim.kpi.sampling.indicator.MeanDensity
-
Calculate value for given trajectory group.
- calculate(Query<G>, Time, Time, List<TrajectoryGroup<G>>) - Method in class org.opentrafficsim.kpi.sampling.indicator.MeanIntensity
-
Calculate value for given trajectory group.
- calculate(Query<G>, Time, Time, List<TrajectoryGroup<G>>) - Method in class org.opentrafficsim.kpi.sampling.indicator.MeanSpeed
-
Calculate value for given trajectory group.
- calculate(Query<G>, Time, Time, List<TrajectoryGroup<G>>) - Method in class org.opentrafficsim.kpi.sampling.indicator.MeanTravelTimePerDistance
-
Calculate value for given trajectory group.
- calculate(Query<G>, Time, Time, List<TrajectoryGroup<G>>) - Method in class org.opentrafficsim.kpi.sampling.indicator.MeanTripLength
-
Calculate value for given trajectory group.
- calculate(Query<G>, Time, Time, List<TrajectoryGroup<G>>) - Method in class org.opentrafficsim.kpi.sampling.indicator.TotalDelay
-
Calculate value for given trajectory group.
- calculate(Query<G>, Time, Time, List<TrajectoryGroup<G>>) - Method in class org.opentrafficsim.kpi.sampling.indicator.TotalNumberOfStops
-
Calculate value for given trajectory group.
- calculate(Query<G>, Time, Time, List<TrajectoryGroup<G>>) - Method in class org.opentrafficsim.kpi.sampling.indicator.TotalTravelDistance
-
Calculate value for given trajectory group.
- calculate(Query<G>, Time, Time, List<TrajectoryGroup<G>>) - Method in class org.opentrafficsim.kpi.sampling.indicator.TotalTravelTime
-
Calculate value for given trajectory group.
- ConfidenceInterval<T extends AbstractDoubleScalarRel<?,T>> - Class in org.opentrafficsim.kpi.sampling.indicator
-
Wrapper class for two typed values that represent a confidence interval.
- contains(MetaDataType<?>) - Method in class org.opentrafficsim.kpi.sampling.meta.MetaData
-
- contains(MetaDataType<?>) - Method in class org.opentrafficsim.kpi.sampling.meta.MetaDataSet
-
- contains(ExtendedDataType<?, ?, ?, ?>) - Method in class org.opentrafficsim.kpi.sampling.Sampler
-
Whether this sampler has the given extended data type registered to it.
- contains(KpiLaneDirection) - Method in class org.opentrafficsim.kpi.sampling.Sampler
-
Returns whether there is data for the give lane direction.
- contains(MetaDataType<?>) - Method in class org.opentrafficsim.kpi.sampling.Trajectory
-
- contains(ExtendedDataType<?, ?, ?, ?>) - Method in class org.opentrafficsim.kpi.sampling.Trajectory
-
- contains(Trajectory<?>) - Method in class org.opentrafficsim.kpi.sampling.TrajectoryGroup
-
Whether this TrajectoryGroup
holds the given trajectory.
- convert(S, int) - Method in class org.opentrafficsim.kpi.sampling.data.ExtendedDataType
-
Convert storage type to output type.
- convert(float[]) - Method in class org.opentrafficsim.kpi.sampling.data.ExtendedDataTypeDuration
-
Convert float array to typed array.
- convert(float[], int) - Method in class org.opentrafficsim.kpi.sampling.data.ExtendedDataTypeFloat
-
Convert storage type to output type.
- convert(float[]) - Method in class org.opentrafficsim.kpi.sampling.data.ExtendedDataTypeFloat
-
Convert float array to typed array.
- convert(float[]) - Method in class org.opentrafficsim.kpi.sampling.data.ExtendedDataTypeLength
-
Convert float array to typed array.
- convert(List<T>, int) - Method in class org.opentrafficsim.kpi.sampling.data.ExtendedDataTypeList
-
Convert storage type to output type.
- convert(float[], int) - Method in class org.opentrafficsim.kpi.sampling.data.ExtendedDataTypeNumber
-
Convert storage type to output type.
- convert(float[]) - Method in class org.opentrafficsim.kpi.sampling.data.ExtendedDataTypeSpeed
-
Convert float array to typed array.
- convertValue(float) - Method in class org.opentrafficsim.kpi.sampling.data.ExtendedDataTypeDuration
-
Convert float to typed value.
- convertValue(float) - Method in class org.opentrafficsim.kpi.sampling.data.ExtendedDataTypeFloat
-
Convert float to typed value.
- convertValue(float) - Method in class org.opentrafficsim.kpi.sampling.data.ExtendedDataTypeLength
-
Convert float to typed value.
- convertValue(float) - Method in class org.opentrafficsim.kpi.sampling.data.ExtendedDataTypeSpeed
-
Convert float to typed value.
- copy() - Method in class org.opentrafficsim.kpi.sampling.indicator.Persistent
-
Creates a copy.
- CrossSection - Class in org.opentrafficsim.kpi.sampling
-
A cross sections contains locations on lanes that together make up a cross section.
- CrossSection(Set<KpiDirectedLanePosition>) - Constructor for class org.opentrafficsim.kpi.sampling.CrossSection
-
Constructor with set of directed lane positions.
- CrossSection(LinkDataInterface, KpiGtuDirectionality, double) - Constructor for class org.opentrafficsim.kpi.sampling.CrossSection
-
Constructor with link and direction.
- equals(Object) - Method in class org.opentrafficsim.kpi.sampling.data.ExtendedDataType
- equals(Object) - Method in class org.opentrafficsim.kpi.sampling.KpiDirectedLanePosition
- equals(Object) - Method in class org.opentrafficsim.kpi.sampling.KpiLaneDirection
- equals(Object) - Method in class org.opentrafficsim.kpi.sampling.meta.MetaData
- equals(Object) - Method in class org.opentrafficsim.kpi.sampling.meta.MetaDataSet
- equals(Object) - Method in class org.opentrafficsim.kpi.sampling.Query
- equals(Object) - Method in class org.opentrafficsim.kpi.sampling.Sampler
- equals(Object) - Method in class org.opentrafficsim.kpi.sampling.SpaceTimeRegion
- equals(Object) - Method in class org.opentrafficsim.kpi.sampling.Trajectory
- equals(Object) - Method in class org.opentrafficsim.kpi.sampling.TrajectoryGroup
- ExtendedDataType<T,O,S,G extends GtuDataInterface> - Class in org.opentrafficsim.kpi.sampling.data
-
Type class to define different types of data by which trajectories can be extended beyond the basic t, x, v, a.
- ExtendedDataType(String) - Constructor for class org.opentrafficsim.kpi.sampling.data.ExtendedDataType
-
Constructor setting the id.
- ExtendedDataTypeDuration<G extends GtuDataInterface> - Class in org.opentrafficsim.kpi.sampling.data
-
Extended data type for duration values.
- ExtendedDataTypeDuration(String) - Constructor for class org.opentrafficsim.kpi.sampling.data.ExtendedDataTypeDuration
-
Constructor setting the id.
- ExtendedDataTypeFloat<U extends Unit<U>,T extends AbstractFloatScalar<U,T>,O extends AbstractFloatVector<U,O>,G extends GtuDataInterface> - Class in org.opentrafficsim.kpi.sampling.data
-
Class to facilitate JUNITS types in extended data.
- ExtendedDataTypeFloat(String) - Constructor for class org.opentrafficsim.kpi.sampling.data.ExtendedDataTypeFloat
-
Constructor setting the id.
- ExtendedDataTypeLength<G extends GtuDataInterface> - Class in org.opentrafficsim.kpi.sampling.data
-
Extended data type for length values.
- ExtendedDataTypeLength(String) - Constructor for class org.opentrafficsim.kpi.sampling.data.ExtendedDataTypeLength
-
Constructor setting the id.
- ExtendedDataTypeList<T,G extends GtuDataInterface> - Class in org.opentrafficsim.kpi.sampling.data
-
Extended data type for anything that can be captured in a list.
- ExtendedDataTypeList(String) - Constructor for class org.opentrafficsim.kpi.sampling.data.ExtendedDataTypeList
-
Constructor setting the id.
- ExtendedDataTypeNumber<G extends GtuDataInterface> - Class in org.opentrafficsim.kpi.sampling.data
-
Class for unitless values.
- ExtendedDataTypeNumber(String) - Constructor for class org.opentrafficsim.kpi.sampling.data.ExtendedDataTypeNumber
-
Constructor.
- ExtendedDataTypeSpeed<G extends GtuDataInterface> - Class in org.opentrafficsim.kpi.sampling.data
-
Extended data type for speed values.
- ExtendedDataTypeSpeed(String) - Constructor for class org.opentrafficsim.kpi.sampling.data.ExtendedDataTypeSpeed
-
Constructor setting the id.
- ExtendedDataTypeString<G extends GtuDataInterface> - Class in org.opentrafficsim.kpi.sampling.data
-
Copyright (c) 2013-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
- ExtendedDataTypeString(String) - Constructor for class org.opentrafficsim.kpi.sampling.data.ExtendedDataTypeString
-
- get(MetaDataType<T>) - Method in class org.opentrafficsim.kpi.sampling.meta.MetaData
-
- get(MetaDataType<T>) - Method in class org.opentrafficsim.kpi.sampling.meta.MetaDataSet
-
- getA() - Method in class org.opentrafficsim.kpi.sampling.Trajectory
-
- getA(int) - Method in class org.opentrafficsim.kpi.sampling.Trajectory
-
Returns a
value of a single sample.
- getAcceleration() - Method in class org.opentrafficsim.kpi.sampling.Trajectory
-
- getAccelerationAtPosition(Length) - Method in class org.opentrafficsim.kpi.sampling.Trajectory
-
Returns an interpolated acceleration at the given position.
- getAccelerationAtTime(Time) - Method in class org.opentrafficsim.kpi.sampling.Trajectory
-
Returns an interpolated acceleration at the given time.
- getConfidenceInterval(double) - Method in class org.opentrafficsim.kpi.sampling.indicator.Persistent
-
- getConfidenceInterval(double, IntervalSide) - Method in class org.opentrafficsim.kpi.sampling.indicator.Persistent
-
- getConfidenceInterval(double) - Method in class org.opentrafficsim.kpi.sampling.indicator.PersistentStatistic
-
- getConfidenceInterval(double, IntervalSide) - Method in class org.opentrafficsim.kpi.sampling.indicator.PersistentStatistic
-
- getDescription() - Method in class org.opentrafficsim.kpi.sampling.Query
-
- getDestinationNodeData() - Method in interface org.opentrafficsim.kpi.interfaces.GtuDataInterface
-
- getDirectedLanePositions() - Method in class org.opentrafficsim.kpi.sampling.CrossSection
-
- getDistance() - Method in class org.opentrafficsim.kpi.sampling.Trajectory.SpaceTimeView
-
Returns the distance.
- getEndPosition() - Method in class org.opentrafficsim.kpi.sampling.SpaceTimeRegion
-
- getEndTime() - Method in class org.opentrafficsim.kpi.sampling.SpaceTimeRegion
-
- getExtendedData(ExtendedDataType<T, ?, S, ?>, int) - Method in class org.opentrafficsim.kpi.sampling.Trajectory
-
Returns extended data type value of a single sample.
- getExtendedData(ExtendedDataType<?, O, S, ?>) - Method in class org.opentrafficsim.kpi.sampling.Trajectory
-
- getExtendedDataTypes() - Method in class org.opentrafficsim.kpi.sampling.Trajectory
-
Returns the included extended data types.
- getGtuId() - Method in class org.opentrafficsim.kpi.sampling.Trajectory
-
- getGtuTypeData() - Method in interface org.opentrafficsim.kpi.interfaces.GtuDataInterface
-
- getId() - Method in interface org.opentrafficsim.kpi.interfaces.GtuDataInterface
-
- getId() - Method in interface org.opentrafficsim.kpi.interfaces.GtuTypeDataInterface
-
- getId() - Method in interface org.opentrafficsim.kpi.interfaces.LaneDataInterface
-
- getId() - Method in interface org.opentrafficsim.kpi.interfaces.LinkDataInterface
-
- getId() - Method in interface org.opentrafficsim.kpi.interfaces.NodeDataInterface
-
- getId() - Method in interface org.opentrafficsim.kpi.interfaces.RouteDataInterface
-
- getId() - Method in class org.opentrafficsim.kpi.sampling.data.ExtendedDataType
-
- getId() - Method in class org.opentrafficsim.kpi.sampling.meta.MetaDataType
-
- getId() - Method in class org.opentrafficsim.kpi.sampling.Query
-
return the unique id for the query.
- getInterval() - Method in class org.opentrafficsim.kpi.sampling.Query
-
- getInUnit() - Method in class org.opentrafficsim.kpi.sampling.indicator.Persistent
- getInUnit() - Method in class org.opentrafficsim.kpi.sampling.indicator.PersistentStatistic
- getIterator() - Method in class org.opentrafficsim.kpi.sampling.CrossSection
-
- getKpiDirection() - Method in class org.opentrafficsim.kpi.sampling.KpiLaneDirection
-
- getKpiGtuDirection() - Method in class org.opentrafficsim.kpi.sampling.KpiDirectedLanePosition
-
Retrieve the gtuDirection.
- getLaneData() - Method in class org.opentrafficsim.kpi.sampling.KpiDirectedLanePosition
-
Retrieve the lane.
- getLaneData() - Method in class org.opentrafficsim.kpi.sampling.KpiLaneDirection
-
- getLaneDatas() - Method in interface org.opentrafficsim.kpi.interfaces.LinkDataInterface
-
- getLaneDirection() - Method in class org.opentrafficsim.kpi.sampling.SpaceTimeRegion
-
- getLaneDirection() - Method in class org.opentrafficsim.kpi.sampling.TrajectoryGroup
-
Returns the lane direction.
- getLength() - Method in interface org.opentrafficsim.kpi.interfaces.LaneDataInterface
-
- getLength() - Method in interface org.opentrafficsim.kpi.interfaces.LinkDataInterface
-
- getLength() - Method in class org.opentrafficsim.kpi.sampling.TrajectoryGroup
-
- getLinkData() - Method in interface org.opentrafficsim.kpi.interfaces.LaneDataInterface
-
- getLowerValue() - Method in class org.opentrafficsim.kpi.sampling.indicator.ConfidenceInterval
-
- getMax() - Method in class org.opentrafficsim.kpi.sampling.indicator.Persistent
-
- getMax() - Method in class org.opentrafficsim.kpi.sampling.indicator.PersistentStatistic
-
- getMean() - Method in class org.opentrafficsim.kpi.sampling.indicator.Persistent
-
- getMean() - Method in class org.opentrafficsim.kpi.sampling.indicator.PersistentStatistic
-
- getMetaData(MetaDataType<T>) - Method in class org.opentrafficsim.kpi.sampling.Trajectory
-
- getMetaDataIterator() - Method in class org.opentrafficsim.kpi.sampling.meta.MetaData
-
- getMetaDataSetIterator() - Method in class org.opentrafficsim.kpi.sampling.meta.MetaDataSet
-
- getMetaDataSetIterator() - Method in class org.opentrafficsim.kpi.sampling.Query
-
- getMetaDataTypes() - Method in class org.opentrafficsim.kpi.sampling.meta.MetaData
-
- getMetaDataTypes() - Method in class org.opentrafficsim.kpi.sampling.meta.MetaDataSet
-
- getMetaDataTypes() - Method in class org.opentrafficsim.kpi.sampling.Trajectory
-
Returns the included meta data types.
- getMin() - Method in class org.opentrafficsim.kpi.sampling.indicator.Persistent
-
- getMin() - Method in class org.opentrafficsim.kpi.sampling.indicator.PersistentStatistic
-
- getN() - Method in class org.opentrafficsim.kpi.sampling.indicator.Persistent
-
- getN() - Method in class org.opentrafficsim.kpi.sampling.indicator.PersistentStatistic
-
- getOriginNodeData() - Method in interface org.opentrafficsim.kpi.interfaces.GtuDataInterface
-
- getOutputValue(O, int) - Method in class org.opentrafficsim.kpi.sampling.data.ExtendedDataType
-
Returns a specific output value.
- getOutputValue(O, int) - Method in class org.opentrafficsim.kpi.sampling.data.ExtendedDataTypeFloat
-
Returns a specific output value.
- getOutputValue(List<T>, int) - Method in class org.opentrafficsim.kpi.sampling.data.ExtendedDataTypeList
-
Returns a specific output value.
- getOutputValue(float[], int) - Method in class org.opentrafficsim.kpi.sampling.data.ExtendedDataTypeNumber
-
Returns a specific output value.
- getPosition() - Method in class org.opentrafficsim.kpi.sampling.KpiDirectedLanePosition
-
Retrieve the position on the lane.
- getPosition() - Method in class org.opentrafficsim.kpi.sampling.Trajectory
-
- getPositionAtTime(Time) - Method in class org.opentrafficsim.kpi.sampling.Trajectory
-
Returns an interpolated position at the given time.
- getPositionInDirection(Length) - Method in class org.opentrafficsim.kpi.sampling.KpiLaneDirection
-
Returns the position with increasing value in the direction of travel, i.e.
- getRouteData() - Method in interface org.opentrafficsim.kpi.interfaces.GtuDataInterface
-
- getSampler() - Method in class org.opentrafficsim.kpi.sampling.Query
-
- getSI() - Method in class org.opentrafficsim.kpi.sampling.indicator.Persistent
- getSI() - Method in class org.opentrafficsim.kpi.sampling.indicator.PersistentStatistic
- getSpaceTimeIterator() - Method in class org.opentrafficsim.kpi.sampling.Query
-
- getSpaceTimeView(Length, Length, Time, Time) - Method in class org.opentrafficsim.kpi.sampling.Trajectory
-
Returns a space-time view of this trajectory.
- getSpeed() - Method in class org.opentrafficsim.kpi.sampling.Trajectory
-
- getSpeedAtPosition(Length) - Method in class org.opentrafficsim.kpi.sampling.Trajectory
-
Returns an interpolated speed at the given position.
- getSpeedAtTime(Time) - Method in class org.opentrafficsim.kpi.sampling.Trajectory
-
Returns an interpolated speed at the given time.
- getStartPosition() - Method in class org.opentrafficsim.kpi.sampling.SpaceTimeRegion
-
- getStartTime() - Method in class org.opentrafficsim.kpi.sampling.SpaceTimeRegion
-
- getStartTime() - Method in class org.opentrafficsim.kpi.sampling.TrajectoryGroup
-
- getStDev() - Method in class org.opentrafficsim.kpi.sampling.indicator.Persistent
-
- getStDev() - Method in class org.opentrafficsim.kpi.sampling.indicator.PersistentStatistic
-
- getStorageValue(S, int) - Method in class org.opentrafficsim.kpi.sampling.data.ExtendedDataType
-
Returns a specific storage value.
- getStorageValue(float[], int) - Method in class org.opentrafficsim.kpi.sampling.data.ExtendedDataTypeFloat
-
Returns a specific storage value.
- getStorageValue(List<T>, int) - Method in class org.opentrafficsim.kpi.sampling.data.ExtendedDataTypeList
-
Returns a specific storage value.
- getStorageValue(float[], int) - Method in class org.opentrafficsim.kpi.sampling.data.ExtendedDataTypeNumber
-
Returns a specific storage value.
- getSum() - Method in class org.opentrafficsim.kpi.sampling.indicator.Persistent
-
- getSum() - Method in class org.opentrafficsim.kpi.sampling.indicator.PersistentStatistic
-
- getT() - Method in class org.opentrafficsim.kpi.sampling.Trajectory
-
- getT(int) - Method in class org.opentrafficsim.kpi.sampling.Trajectory
-
Returns t
value of a single sample.
- getTime() - Method in class org.opentrafficsim.kpi.sampling.Trajectory
-
- getTime() - Method in class org.opentrafficsim.kpi.sampling.Trajectory.SpaceTimeView
-
Returns the time.
- getTimeAtPosition(Length) - Method in class org.opentrafficsim.kpi.sampling.Trajectory
-
Returns an interpolated time at the given position.
- getTotalDuration() - Method in class org.opentrafficsim.kpi.sampling.Trajectory
-
- getTotalLength() - Method in class org.opentrafficsim.kpi.sampling.Trajectory
-
- getTrajectories() - Method in class org.opentrafficsim.kpi.sampling.TrajectoryGroup
-
Returns a list of trajectories.
- getTrajectory(int) - Method in class org.opentrafficsim.kpi.sampling.TrajectoryAcceptList
-
- getTrajectoryGroup(KpiLaneDirection) - Method in class org.opentrafficsim.kpi.sampling.Sampler
-
Returns the trajectory group of given lane direction.
- getTrajectoryGroup(int) - Method in class org.opentrafficsim.kpi.sampling.TrajectoryAcceptList
-
- getTrajectoryGroup(Length, Length) - Method in class org.opentrafficsim.kpi.sampling.TrajectoryGroup
-
Returns trajectory group between two locations.
- getTrajectoryGroup(Time, Time) - Method in class org.opentrafficsim.kpi.sampling.TrajectoryGroup
-
Returns trajectory group between two times.
- getTrajectoryGroup(Length, Length, Time, Time) - Method in class org.opentrafficsim.kpi.sampling.TrajectoryGroup
-
Returns trajectory group between two locations and between two times.
- getTrajectoryGroupIterator() - Method in class org.opentrafficsim.kpi.sampling.TrajectoryAcceptList
-
- getTrajectoryGroups(Time) - Method in class org.opentrafficsim.kpi.sampling.Query
-
Returns a list of TrajectoryGroups in accordance with the query.
- getTrajectoryGroups(Time, Time) - Method in class org.opentrafficsim.kpi.sampling.Query
-
Returns a list of TrajectoryGroups in accordance with the query.
- getTrajectoryIterator() - Method in class org.opentrafficsim.kpi.sampling.TrajectoryAcceptList
-
- getUpdateFrequency() - Method in class org.opentrafficsim.kpi.sampling.Query
-
- getUpperValue() - Method in class org.opentrafficsim.kpi.sampling.indicator.ConfidenceInterval
-
- getV() - Method in class org.opentrafficsim.kpi.sampling.Trajectory
-
- getV(int) - Method in class org.opentrafficsim.kpi.sampling.Trajectory
-
Returns v
value of a single sample.
- getValue(G) - Method in class org.opentrafficsim.kpi.sampling.data.ExtendedDataType
-
Returns the current value of the gtu.
- getValue(Query<G>, Time, List<TrajectoryGroup<G>>) - Method in class org.opentrafficsim.kpi.sampling.indicator.AbstractIndicator
-
Get value for given query over time interval, returning earlier calculated value if possible.
- getValue(Query<G>, Time, Time, List<TrajectoryGroup<G>>) - Method in class org.opentrafficsim.kpi.sampling.indicator.AbstractIndicator
-
Get value for given query over time interval, returning earlier calculated value if possible.
- getValue(GtuDataInterface) - Method in class org.opentrafficsim.kpi.sampling.meta.MetaDataCrossSections
-
Retrieves the value of the meta data of this type from a GTU.
- getValue(GtuDataInterface) - Method in class org.opentrafficsim.kpi.sampling.meta.MetaDataDestination
-
Retrieves the value of the meta data of this type from a GTU.
- getValue(GtuDataInterface) - Method in class org.opentrafficsim.kpi.sampling.meta.MetaDataGtuType
-
Retrieves the value of the meta data of this type from a GTU.
- getValue(GtuDataInterface) - Method in class org.opentrafficsim.kpi.sampling.meta.MetaDataOrigin
-
Retrieves the value of the meta data of this type from a GTU.
- getValue(GtuDataInterface) - Method in class org.opentrafficsim.kpi.sampling.meta.MetaDataRoute
-
Retrieves the value of the meta data of this type from a GTU.
- getValue(GtuDataInterface) - Method in class org.opentrafficsim.kpi.sampling.meta.MetaDataType
-
Retrieves the value of the meta data of this type from a GTU.
- getValue(float[]) - Method in class org.opentrafficsim.kpi.sampling.Trajectory.Boundary
-
Returns the value at the boundary in the array.
- getVariance() - Method in class org.opentrafficsim.kpi.sampling.indicator.Persistent
-
- getVariance() - Method in class org.opentrafficsim.kpi.sampling.indicator.PersistentStatistic
-
- getX() - Method in class org.opentrafficsim.kpi.sampling.Trajectory
-
- getX(int) - Method in class org.opentrafficsim.kpi.sampling.Trajectory
-
Returns x
value of a single sample.
- GtuDataInterface - Interface in org.opentrafficsim.kpi.interfaces
-
Copyright (c) 2013-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
- GtuTypeDataInterface - Interface in org.opentrafficsim.kpi.interfaces
-
Copyright (c) 2013-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
- Sampler<G extends GtuDataInterface> - Class in org.opentrafficsim.kpi.sampling
-
Sampler is the highest level organizer for sampling.
- Sampler() - Constructor for class org.opentrafficsim.kpi.sampling.Sampler
-
- Sampler.CompressionMethod - Enum in org.opentrafficsim.kpi.sampling
-
Defines the compression method for stored data.
- SamplingException - Exception in org.opentrafficsim.kpi.sampling
-
Exception thrown when sampling encounters an error.
- SamplingException() - Constructor for exception org.opentrafficsim.kpi.sampling.SamplingException
-
- SamplingException(String) - Constructor for exception org.opentrafficsim.kpi.sampling.SamplingException
-
- SamplingException(Throwable) - Constructor for exception org.opentrafficsim.kpi.sampling.SamplingException
-
- SamplingException(String, Throwable) - Constructor for exception org.opentrafficsim.kpi.sampling.SamplingException
-
- SamplingException(String, Throwable, boolean, boolean) - Constructor for exception org.opentrafficsim.kpi.sampling.SamplingException
-
- scheduleStartRecording(Time, KpiLaneDirection) - Method in class org.opentrafficsim.kpi.sampling.Sampler
-
Schedules the start of recording for a given lane-direction.
- scheduleStopRecording(Time, KpiLaneDirection) - Method in class org.opentrafficsim.kpi.sampling.Sampler
-
Schedules the stop of recording for a given lane-direction.
- setValue(S, int, T) - Method in class org.opentrafficsim.kpi.sampling.data.ExtendedDataType
-
Returns an updated list/array/vector of the storage type, including a new value at given index.
- setValue(float[], int, T) - Method in class org.opentrafficsim.kpi.sampling.data.ExtendedDataTypeFloat
-
Returns an updated list/array/vector of the storage type, including a new value at given index.
- setValue(List<T>, int, T) - Method in class org.opentrafficsim.kpi.sampling.data.ExtendedDataTypeList
-
Returns an updated list/array/vector of the storage type, including a new value at given index.
- setValue(float[], int, Float) - Method in class org.opentrafficsim.kpi.sampling.data.ExtendedDataTypeNumber
-
Returns an updated list/array/vector of the storage type, including a new value at given index.
- size() - Method in class org.opentrafficsim.kpi.sampling.CrossSection
-
- size() - Method in class org.opentrafficsim.kpi.sampling.meta.MetaData
-
- size() - Method in class org.opentrafficsim.kpi.sampling.meta.MetaDataSet
-
- size() - Method in class org.opentrafficsim.kpi.sampling.Trajectory
-
- size() - Method in class org.opentrafficsim.kpi.sampling.TrajectoryAcceptList
-
- size() - Method in class org.opentrafficsim.kpi.sampling.TrajectoryGroup
-
Returns the number of trajectories in this group.
- SpaceTimeRegion - Class in org.opentrafficsim.kpi.sampling
-
Copyright (c) 2013-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
- SpaceTimeRegion(KpiLaneDirection, Length, Length, Time, Time) - Constructor for class org.opentrafficsim.kpi.sampling.SpaceTimeRegion
-
- spaceTimeRegionSize() - Method in class org.opentrafficsim.kpi.sampling.Query
-
- startRecording(KpiLaneDirection) - Method in class org.opentrafficsim.kpi.sampling.Sampler
-
Start recording at the given time (which should be the current time) on the given lane direction.
- stopRecording(KpiLaneDirection) - Method in class org.opentrafficsim.kpi.sampling.Sampler
-
Stop recording at given lane direction.
- subSet(Length, Length) - Method in class org.opentrafficsim.kpi.sampling.Trajectory
-
Copies the trajectory but with a subset of the data.
- subSet(Time, Time) - Method in class org.opentrafficsim.kpi.sampling.Trajectory
-
Copies the trajectory but with a subset of the data.
- subSet(Length, Length, Time, Time) - Method in class org.opentrafficsim.kpi.sampling.Trajectory
-
Copies the trajectory but with a subset of the data.