public class LaneBasedStrategicalPlannerNone extends AbstractLaneBasedStrategicalPlanner implements Serializable
Copyright (c) 2013-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
STRATEGICAL_PLANNER
Constructor and Description |
---|
LaneBasedStrategicalPlannerNone(LaneBasedGTU gtu)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Node |
getDestination() |
Node |
getOrigin() |
Route |
getRoute() |
LaneBasedTacticalPlanner |
getTacticalPlanner() |
LaneBasedTacticalPlanner |
getTacticalPlanner(Time time) |
LinkDirection |
nextLinkDirection(Link link,
GTUDirectionality direction,
GTUType gtuType) |
LinkDirection |
nextLinkDirection(Node node,
Link previousLink,
GTUType gtuType) |
Node |
nextNode(Link link,
GTUDirectionality direction,
GTUType gtuType) |
Node |
nextNode(Node node,
Link previousLink,
GTUType gtuType) |
String |
toString() |
getGtu
public LaneBasedStrategicalPlannerNone(LaneBasedGTU gtu)
gtu
- LaneBasedGTU; GTUpublic final LaneBasedTacticalPlanner getTacticalPlanner()
getTacticalPlanner
in interface StrategicalPlanner
getTacticalPlanner
in interface LaneBasedStrategicalPlanner
public final LaneBasedTacticalPlanner getTacticalPlanner(Time time)
getTacticalPlanner
in interface StrategicalPlanner
getTacticalPlanner
in interface LaneBasedStrategicalPlanner
public final Node nextNode(Link link, GTUDirectionality direction, GTUType gtuType) throws NetworkException
nextNode
in interface StrategicalPlanner
NetworkException
public final LinkDirection nextLinkDirection(Link link, GTUDirectionality direction, GTUType gtuType) throws NetworkException
nextLinkDirection
in interface StrategicalPlanner
NetworkException
public final Node nextNode(Node node, Link previousLink, GTUType gtuType) throws NetworkException
nextNode
in interface StrategicalPlanner
NetworkException
public final LinkDirection nextLinkDirection(Node node, Link previousLink, GTUType gtuType) throws NetworkException
nextLinkDirection
in interface StrategicalPlanner
NetworkException
public final Route getRoute()
getRoute
in interface StrategicalPlanner
public final Node getOrigin()
getOrigin
in interface StrategicalPlanner
public final Node getDestination()
getDestination
in interface StrategicalPlanner
Copyright © 2014–2019 Delft University of Technology. All rights reserved.