Class ExtendedDataFloat<U extends Unit<U>,T extends AbstractFloatScalar<U,T>,O extends AbstractFloatVector<U,T,O>,G extends GtuData>

java.lang.Object
org.opentrafficsim.kpi.sampling.data.ExtendedDataType<T,O,float[],G>
org.opentrafficsim.kpi.sampling.data.ExtendedDataFloat<U,T,O,G>
Type Parameters:
U - unit
T - type in vector
O - vector type
G - gtu data type
All Implemented Interfaces:
Identifiable
Direct Known Subclasses:
ExtendedDataDuration, ExtendedDataLength, ExtendedDataSpeed

public abstract class ExtendedDataFloat<U extends Unit<U>,T extends AbstractFloatScalar<U,T>,O extends AbstractFloatVector<U,T,O>,G extends GtuData> extends ExtendedDataType<T,O,float[],G>
Class to facilitate JUNITS types in extended data.

Copyright (c) 2013-2023 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.

Author:
Alexander Verbraeck, Peter Knoppers, Wouter Schakel
  • Constructor Details

    • ExtendedDataFloat

      public ExtendedDataFloat(String id, String description, Class<T> type)
      Constructor setting the id.
      Parameters:
      id - String; id
      description - String; description
      type - Class<T>; type class
  • Method Details