Class SpeedLimitType<T>

  • Type Parameters:
    T - Class of speed info that is linked to the speed limit type.
    All Implemented Interfaces:
    Serializable, org.opentrafficsim.base.Identifiable
    Direct Known Subclasses:
    SpeedLimitTypeSpeed

    public class SpeedLimitType<T>
    extends org.opentrafficsim.base.Type<SpeedLimitType<T>>
    implements Serializable, org.opentrafficsim.base.Identifiable
    Defines the type of a speed limit, resulting in different behavior.

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

    Version:
    $Revision$, $LastChangedDate$, by $Author$, initial version Apr 29, 2016
    Author:
    Alexander Verbraeck, Wouter Schakel
    See Also:
    Serialized Form
    • Constructor Detail

      • SpeedLimitType

        public SpeedLimitType​(String id,
                              Class<T> infoClass)
        Constructor.
        Parameters:
        id - String; id of this speed limit type, which must be unique
        infoClass - Class<T>; class of the info related to this speed limit type
        Throws:
        NullPointerException - if id or info class is null
    • Method Detail

      • getId

        public final String getId()
        Returns the id.
        Specified by:
        getId in interface org.opentrafficsim.base.Identifiable
        Returns:
        the id
      • getInfoClass

        public final Class<T> getInfoClass()
        Returns the class of the info related to this speed limit type.
        Returns:
        class of the info related to this speed limit type
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object