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)Returns whether ths extended data type is contained.<O,S>
OTrajectory. getExtendedData(ExtendedDataType<?,O,S,?> extendedDataType)Returns the output data of the extended data type.<T,S>
TTrajectory. getExtendedData(ExtendedDataType<T,?,S,?> extendedDataType, int index)Returns extended data type value of a single sample.Constructor parameters in org.opentrafficsim.kpi.sampling with type arguments of type ExtendedDataType Constructor Description Sampler(Set<ExtendedDataType<?,?,?,G>> extendedDataTypes, Set<FilterDataType<?>> filterDataTypes)Constructor.SamplerData(Set<ExtendedDataType<?,?,?,G>> extendedDataTypes, Set<FilterDataType<?>> filterDataTypes)Constructor.Trajectory(GtuData gtu, Map<FilterDataType<?>,Object> filterData, Set<ExtendedDataType<?,?,?,G>> extendedData, LaneData lane) -
Uses of ExtendedDataType in org.opentrafficsim.kpi.sampling.data
Subclasses of ExtendedDataType in org.opentrafficsim.kpi.sampling.data Modifier and Type Class Description classExtendedDataDuration<G extends GtuData>Extended data type for duration values.classExtendedDataFloat<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.classExtendedDataLength<G extends GtuData>Extended data type for length values.classExtendedDataList<T,G extends GtuData>Extended data type for anything that can be captured in a list.classExtendedDataNumber<G extends GtuData>Class for unitless values.classExtendedDataSpeed<G extends GtuData>Extended data type for speed values.classExtendedDataString<G extends GtuData>Extended data type for string values.
-