public abstract class AbstractLaneBasedMoveChecker extends Object implements nl.tudelft.simulation.event.EventListenerInterface
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 |
---|
AbstractLaneBasedMoveChecker(OTSNetwork network)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
checkMove(LaneBasedGTU gtu)
Check the move of the given GTU.
|
void |
notify(nl.tudelft.simulation.event.EventInterface event) |
public AbstractLaneBasedMoveChecker(OTSNetwork network)
network
- OTSNetwork; networkpublic void notify(nl.tudelft.simulation.event.EventInterface event) throws RemoteException
notify
in interface nl.tudelft.simulation.event.EventListenerInterface
RemoteException
public abstract void checkMove(LaneBasedGTU gtu) throws Exception
gtu
- LaneBasedGTU; GTU.Exception
- thrown when something is not all rightCopyright © 2014–2019 Delft University of Technology. All rights reserved.