Go to file
HeshamTB f8b5e79187 Add ref to street in every Accident
Add Street Object for Accident as location
	for Instances of Accident.

	Removed 'isInAccident()' from 'Breakable' interface
	The idea is from Previous suggested UML that replaces
	Broken and Accident with getStatus() that gives info about
	Breakable object. isBroken() now returns 1 if its eaither in
	Accident or Broken. Can check getCurrentAccident() for null.

Signed-off-by: HeshamTB <hishaminv@gmail.com>

Signed-off-by: HeshamTB <hishaminv@gmail.com>
2020-11-06 22:36:01 +03:00
.idea ignore out folder 2020-10-20 12:33:36 +03:00
src Add ref to street in every Accident 2020-11-06 22:36:01 +03:00
.gitignore ignore out folder 2020-10-20 12:33:36 +03:00
Hajj-simulation.iml init commit 2020-10-09 22:22:37 +03:00