public class MultiLaneBasedMoveChecker extends AbstractLaneBasedMoveChecker
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.
| Constructor and Description |
|---|
MultiLaneBasedMoveChecker(OTSNetwork network)
Constructor.
|
MultiLaneBasedMoveChecker(OTSNetwork network,
AbstractLaneBasedMoveChecker... checkers)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
checkMove(LaneBasedGTU gtu)
Check the move of the given GTU.
|
notifypublic MultiLaneBasedMoveChecker(OTSNetwork network)
network - OTSNetwork; networkpublic MultiLaneBasedMoveChecker(OTSNetwork network, AbstractLaneBasedMoveChecker... checkers)
network - OTSNetwork; networkcheckers - AbstractLaneBasedMoveChecker...; checkerspublic void checkMove(LaneBasedGTU gtu) throws Exception
checkMove in class AbstractLaneBasedMoveCheckergtu - LaneBasedGTU; GTU.Exception - thrown when something is not all rightCopyright © 2014–2019 Delft University of Technology. All rights reserved.