Interface LocatedObject

All Superinterfaces:
EventProducer, Identifiable, Locatable, OtsShape
All Known Subinterfaces:
Detector
All Known Implementing Classes:
StaticObject

public interface LocatedObject extends OtsShape, Identifiable, EventProducer
Generic object that can be placed in the model. This could be implemented for a traffic light, a road sign, or an obstacle.

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
  • Method Details

    • getHeight

      Length getHeight()
      Returns the object height.
      Returns:
      the height of the object (can be Length.ZERO).
    • getFullId

      String getFullId()
      Returns the full id that makes the id unique in the network.
      Returns:
      the full id that makes the id unique in the network.