Package | Description |
---|---|
carsproject.map |
Modifier and Type | Class and Description |
---|---|
class |
EnvTile
First level specialization of
AbstractTile class, represents the
environment except the route, like it could be a tree, a sidewalk or a gas
station. |
static class |
EnvTile.Base
Second level specialization of
AbstractTile class, represents the
grass. |
class |
Roads
First level specialization of
AbstractTile class, represents the
collection of road types, like it could be a simple straight road, or a bow,
or a traffic light etc... |
static class |
Roads.Bow
Second level specialization of
AbstractTile class, represents a
bow which only keeps East-North, East-South, West-North, West-South
directions. |
static class |
Roads.Cross
Second level specialization of
AbstractTile class, represents a
tile in the cross. |
static class |
Roads.Priority
Second level specialization of
AbstractTile class, represents a
priority. |
static class |
Roads.Road
Second level specialization of
AbstractTile class, represents a
simple straight road which keeps horizontal or diagonal directions. |
static class |
Roads.Stop
Second level specialization of
AbstractTile class, represents a
stop. |
static class |
Roads.TrafficLight
Second level specialization of
AbstractTile class, represents a
traffic light. |
static class |
Roads.Zebra
Second level specialization of
AbstractTile class, represents a
zebra crossing which could be present on the street. |