Package org.opentrafficsim.core.object
Interface NonLocatedObject
- All Superinterfaces:
Drawable
,org.djutils.base.Identifiable
,Serializable
- All Known Subinterfaces:
GtuGenerator
Interface for objects that live in a Network, but cannot be drawn and which do not have a specific location. These objects do
have a name and need to be cloned when the Network is cloned.
Example: TrafficLightController.
Example: TrafficLightController.
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
-
Method Summary
Methods inherited from interface org.djutils.base.Identifiable
getId
-
Method Details
-
getFullId
String getFullId()- Returns:
- the full id that makes the id unique in the network.
-