- a - Variable in class carsproject.map.MapManager.Point
-
First value of the couple.
- AbstractTile - Class in carsproject.map
-
Gives a first implementation of the interface ITile.
- AbstractTile(Image, Coordinates) - Constructor for class carsproject.map.AbstractTile
-
Constructor of
AbstractTile
class, assigns the passed parameters
to the respective variables.
- AbstrModelVehicle - Class in carsproject.vehicles
-
This class is a possible abstract implementation of the interface IThreadVehicle.
- AbstrModelVehicle(String) - Constructor for class carsproject.vehicles.AbstrModelVehicle
-
Base constructor, need only a unique name, the other
parameters are set as default.
- AbstrThreadVehicle - Class in carsproject.vehicles
-
Abstract class for vehicle's threads.
- AbstrThreadVehicle(IModelVehicle) - Constructor for class carsproject.vehicles.AbstrThreadVehicle
-
Base constructor.
- addAtLog(String, String) - Method in class carsproject.general.Amanuensis
-
Add a line of text in "logName" log.
- addSemaphore(Semaphore) - Method in class carsproject.map.MapTiles
-
Add a new semaphore which will be managed by ThreadTL.
- addSpawnCoordinates(Coordinates) - Method in class carsproject.map.MapTiles
-
Add a spawn point with coordinates to the map.
- addTile(ITile) - Method in class carsproject.map.MapTiles
-
Adds the tile passed as parameter at the position specified in the
ITile
object.
- addX(double) - Method in class carsproject.general.Coordinates
-
Add value to coordinate X.
- addY(double) - Method in class carsproject.general.Coordinates
-
Add value to coordinate Y.
- Amanuensis - Class in carsproject.general
-
This class is used as log storer and saver.