Package | Description |
---|---|
org.opentrafficsim.kpi.sampling |
Classes for sampling simulation data.
|
org.opentrafficsim.kpi.sampling.data |
Extended data for trajectories.
|
org.opentrafficsim.kpi.sampling.meta |
Metadata for grouping and selecting sampling data.
|
Modifier and Type | Class and Description |
---|---|
class |
Sampler<G extends GtuDataInterface>
Sampler is the highest level organizer for sampling.
|
class |
Trajectory<G extends GtuDataInterface>
Contains position, speed, acceleration and time data of a GTU, over some section.
|
Constructor and Description |
---|
Trajectory(GtuDataInterface gtu,
MetaData metaData,
Set<ExtendedDataType<?,?,?,G>> extendedData,
KpiLaneDirection kpiLaneDirection) |
Modifier and Type | Class and Description |
---|---|
class |
ExtendedDataType<T,O,S,G extends GtuDataInterface>
Type class to define different types of data by which trajectories can be extended beyond the basic t, x, v, a.
|
class |
ExtendedDataTypeDuration<G extends GtuDataInterface>
Extended data type for duration values.
|
class |
ExtendedDataTypeFloat<U extends Unit<U>,T extends AbstractFloatScalar<U,T>,O extends AbstractFloatVector<U,O>,G extends GtuDataInterface>
Class to facilitate JUNITS types in extended data.
|
class |
ExtendedDataTypeLength<G extends GtuDataInterface>
Extended data type for length values.
|
class |
ExtendedDataTypeList<T,G extends GtuDataInterface>
Extended data type for anything that can be captured in a list.
|
class |
ExtendedDataTypeNumber<G extends GtuDataInterface>
Class for unitless values.
|
class |
ExtendedDataTypeSpeed<G extends GtuDataInterface>
Extended data type for speed values.
|
Modifier and Type | Method and Description |
---|---|
abstract T |
MetaDataType.getValue(GtuDataInterface gtu)
Retrieves the value of the meta data of this type from a GTU.
|
RouteDataInterface |
MetaDataRoute.getValue(GtuDataInterface gtu)
Retrieves the value of the meta data of this type from a GTU.
|
NodeDataInterface |
MetaDataOrigin.getValue(GtuDataInterface gtu)
Retrieves the value of the meta data of this type from a GTU.
|
GtuTypeDataInterface |
MetaDataGtuType.getValue(GtuDataInterface gtu)
Retrieves the value of the meta data of this type from a GTU.
|
NodeDataInterface |
MetaDataDestination.getValue(GtuDataInterface gtu)
Retrieves the value of the meta data of this type from a GTU.
|
CrossSection |
MetaDataCrossSections.getValue(GtuDataInterface gtu)
Retrieves the value of the meta data of this type from a GTU.
|
Copyright © 2014–2018 Delft University of Technology. All rights reserved.