Uses of Class
org.opentrafficsim.road.network.lane.object.BusStop
Package | Description |
---|---|
org.opentrafficsim.road.gtu.lane.perception.categories |
Categories define a set of perceivable information.
|
org.opentrafficsim.road.gtu.lane.perception.headway |
Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
|
-
Uses of BusStop in org.opentrafficsim.road.gtu.lane.perception.categories
Methods in org.opentrafficsim.road.gtu.lane.perception.categories that return types with arguments of type BusStop Modifier and Type Method Description PerceptionCollectable<HeadwayBusStop,BusStop>
DirectBusStopPerception. computeBusStops()
Returns bus stops.PerceptionCollectable<HeadwayBusStop,BusStop>
BusStopPerception. getBusStops()
Returns the bus stops.PerceptionCollectable<HeadwayBusStop,BusStop>
DirectBusStopPerception. getBusStops()
Returns the bus stops. -
Uses of BusStop in org.opentrafficsim.road.gtu.lane.perception.headway
Constructors in org.opentrafficsim.road.gtu.lane.perception.headway with parameters of type BusStop Constructor Description HeadwayBusStop(BusStop busStop, Length distance, RelativeLane relativeLane, java.util.Set<java.lang.String> conflictIds, Lane lane)