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-2020 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 26 jun. 2017
- Author:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getId()
Returns the Id.
-
-
-
Method Detail
-
getId
String getId()
Returns the Id.- Returns:
- Id.
-
-