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
Modifier and Type Method Description java.lang.StringgetId()Returns the Id. 
- 
Method Details
- 
getId
java.lang.String getId()Returns the Id.- Returns:
 - Id.
 
 
 -