public interface PerceivableContext
Copyright (c) 2013-2015 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
Modifier and Type | Method and Description |
---|---|
void |
addGTU(GTU gtu)
Add a GTU to the network.
|
boolean |
containsGTU(GTU gtu)
Test whether a GTU is registered in the network.
|
Set<GTU> |
getGTUs()
Get an overview of the GTUs in the model.
|
void |
removeGTU(GTU gtu)
Remove a GTU from the network.
|
Set<GTU> getGTUs()
void addGTU(GTU gtu)
gtu
- the GTU to addvoid removeGTU(GTU gtu)
gtu
- the GTU to removeboolean containsGTU(GTU gtu)
gtu
- the GTU to search forCopyright © 2014–2016 Delft University of Technology. All rights reserved.