Class HeadwayStopLine

    • Constructor Detail

      • HeadwayStopLine

        public HeadwayStopLine​(String id,
                               Length distance,
                               Lane lane)
                        throws GTUException
        Construct a new HeadwayStopLine.
        Parameters:
        id - String; the id of the object for comparison purposes, can not be null.
        distance - the distance to the other object; if this constructor is used, distance cannot be null.
        lane - Lane; lane
        Throws:
        GTUException - when id is null, or parameters are inconsistent