Interface NonLocatedObject

All Superinterfaces:
Drawable, org.djutils.base.Identifiable, Serializable
All Known Subinterfaces:
GtuGenerator

public interface NonLocatedObject extends org.djutils.base.Identifiable, Drawable, Serializable
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.

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

    Modifier and Type
    Method
    Description
     

    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.