Class ExtendedDataString<G extends GtuData>

Type Parameters:
G - gtu data type
All Implemented Interfaces:
org.djutils.base.Identifiable

public abstract class ExtendedDataString<G extends GtuData> extends ExtendedDataList<String,G>
Extended data type for string values.

Copyright (c) 2013-2024 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

    • ExtendedDataString

      public ExtendedDataString(String id, String description)
      Constructor.
      Parameters:
      id - String; id
      description - String; description
  • Method Details