|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Region | |
|---|---|
| vanetsim.map | |
| vanetsim.scenario | |
| vanetsim.simulation | |
| Uses of Region in vanetsim.map |
|---|
| Methods in vanetsim.map that return Region | |
|---|---|
Region |
Street.getMainRegion()
Gets the region to which this street is primarily assigned to. |
Region |
Node.getRegion()
Gets the region in which this node is found. |
Region |
Map.getRegionOfPoint(int x,
int y)
Calculates the Region of a point. |
Region[][] |
Map.getRegions()
Gets all regions. |
| Methods in vanetsim.map with parameters of type Region | |
|---|---|
java.lang.String[] |
Region.getIntersectionPoints(Node mixNode,
Region region12)
Gets intersection points between mix-zone and streets. |
void |
Node.setRegion(Region region)
Sets the region in which this node is found. |
| Constructors in vanetsim.map with parameters of type Region | |
|---|---|
Street(java.lang.String name,
Node startNode,
Node endNode,
java.lang.String streetType,
int oneway,
int lanes,
java.awt.Color displayColor,
Region mainRegion,
int maxSpeed)
Instantiates a new street. |
|
| Uses of Region in vanetsim.scenario |
|---|
| Methods in vanetsim.scenario that return Region | |
|---|---|
Region |
RSU.getRegion()
Returns the region the RSU is placed in |
| Methods in vanetsim.scenario with parameters of type Region | |
|---|---|
void |
Vehicle.setRegion(Region region)
Sets the region in which this vehicle is found. |
void |
RSU.setRegion(Region region)
Sets the region the RSU is placed |
static void |
Vehicle.setRegions(Region[][] regions)
Sets the reference to all regions. |
static void |
RSU.setRegions(Region[][] regions)
Sets the reference to all regions. |
| Uses of Region in vanetsim.simulation |
|---|
| Constructors in vanetsim.simulation with parameters of type Region | |
|---|---|
WorkerThread(Region[] ourRegions,
int timePerStep)
The main constructor for the worker thread. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||