Package org.opentrafficsim.base
Interface Identifiable
- All Known Implementing Classes:
HierarchicalType
,ParameterType
,ParameterTypeAcceleration
,ParameterTypeBoolean
,ParameterTypeClass
,ParameterTypeClassList
,ParameterTypeDouble
,ParameterTypeDuration
,ParameterTypeFrequency
,ParameterTypeInteger
,ParameterTypeLength
,ParameterTypeLinearDensity
,ParameterTypeNumeric
,ParameterTypeSpeed
,ParameterTypeString
public interface Identifiable
Interface for all identifiable objects.
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
-
Method Summary
-
Method Details
-
getId
String getId()Returns the Id.- Returns:
- Id.
-