Uses of Class
org.opentrafficsim.kpi.sampling.data.ExtendedDataType
-
Packages that use ExtendedDataType Package Description org.opentrafficsim.kpi.sampling Classes for sampling simulation data.org.opentrafficsim.kpi.sampling.data Extended data for trajectories. -
-
Uses of ExtendedDataType in org.opentrafficsim.kpi.sampling
Methods in org.opentrafficsim.kpi.sampling that return types with arguments of type ExtendedDataType Modifier and Type Method Description Set<ExtendedDataType<?,?,?,G>>Trajectory. getExtendedDataTypes()Returns the included extended data types.Methods in org.opentrafficsim.kpi.sampling with parameters of type ExtendedDataType Modifier and Type Method Description booleanSampler. contains(ExtendedDataType<?,?,?,?> extendedDataType)Whether this sampler has the given extended data type registered to it.booleanTrajectory. contains(ExtendedDataType<?,?,?,?> extendedDataType)<O,S>
OTrajectory. getExtendedData(ExtendedDataType<?,O,S,?> extendedDataType)<T,S>
TTrajectory. getExtendedData(ExtendedDataType<T,?,S,?> extendedDataType, int index)Returns extended data type value of a single sample.Method parameters in org.opentrafficsim.kpi.sampling with type arguments of type ExtendedDataType Modifier and Type Method Description static SamplerData<?>SamplerData. loadFromFile(String file, Set<ExtendedDataType<?,?,?,?>> extendedDataTypes, Set<FilterDataType<?>> metaDataTypes)Loads sampler data from a file.Constructor parameters in org.opentrafficsim.kpi.sampling with type arguments of type ExtendedDataType Constructor Description Sampler(Set<ExtendedDataType<?,?,?,G>> extendedDataTypes, Set<FilterDataType<?>> filterDataTypes)Constructor.Trajectory(GtuDataInterface gtu, MetaData metaData, Set<ExtendedDataType<?,?,?,G>> extendedData, KpiLaneDirection kpiLaneDirection) -
Uses of ExtendedDataType in org.opentrafficsim.kpi.sampling.data
Subclasses of ExtendedDataType in org.opentrafficsim.kpi.sampling.data Modifier and Type Class Description classExtendedDataTypeDuration<G extends GtuDataInterface>Extended data type for duration values.classExtendedDataTypeFloat<U extends Unit<U>,T extends AbstractFloatScalar<U,T>,O extends AbstractFloatVector<U,T,O>,G extends GtuDataInterface>Class to facilitate JUNITS types in extended data.classExtendedDataTypeLength<G extends GtuDataInterface>Extended data type for length values.classExtendedDataTypeList<T,G extends GtuDataInterface>Extended data type for anything that can be captured in a list.classExtendedDataTypeNumber<G extends GtuDataInterface>Class for unitless values.classExtendedDataTypeSpeed<G extends GtuDataInterface>Extended data type for speed values.classExtendedDataTypeString<G extends GtuDataInterface>Copyright (c) 2013-2022 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
-