Commit Graph

132 Commits

Author SHA1 Message Date
Mikaël Capelle
d8470055f1 Add getNodes() and getSuccessors() methods and remove iterable from Graph and Node. 2019-03-18 20:37:43 +01:00
Mikaël Capelle
71a0085d59 Small fix for drawings. 2019-03-18 20:37:43 +01:00
Mikael Capelle
455090e10a Fix issue with SolutionPanel and Java 9. 2018-04-16 14:19:30 +02:00
Mikael Capelle
4e541e67cf Fix issue with graph progress bar. 2018-03-28 17:39:47 +02:00
Mikael Capelle
51e166600d Remove useless outputs. 2018-03-28 17:39:18 +02:00
Mikael Capelle
8ff1fb8c17 Add new ArcInspector and correct naming in GUI. 2018-03-28 14:14:14 +02:00
Holt59
aab8743d3c New updates. 2018-03-25 14:35:15 +02:00
Holt59
bdb378c079 Remove access to underlying containers inside Graph and Node. 2018-03-22 19:47:01 +01:00
Holt59
797a4e1c8c Fix issue with small maps not being draw properly. 2018-03-21 20:46:59 +01:00
Holt59
80b4b1c7fc Fix drawing for very small graph and add new projection for fake maps. 2018-03-21 20:39:46 +01:00
Holt59
7e079df22f Fix issue with new path not being colored correctly in MapView drawing. 2018-03-14 22:07:25 +01:00
Holt59
ec9cd9c601 Fix issue with ProgressBar for loading graphs. 2018-03-14 21:30:37 +01:00
Holt59
25e35b9bc4 Fix icons for Linux. 2018-03-14 21:27:36 +01:00
Holt59
ccd6d7d7af Merge master. 2018-03-13 23:32:35 +01:00
Holt59
e78ea25ab3 Merge master. 2018-03-13 23:07:30 +01:00
Holt59
c7d4dc8077 Merge master. 2018-03-13 22:58:27 +01:00
Mikael Capelle
38efb0ccea Update background color for BasicDrawing. 2018-03-13 18:29:21 +01:00
Mikael Capelle
44ae861fb8 Create a basic Launch class. 2018-03-13 17:48:54 +01:00
Mikael Capelle
3e93445e38 Move resources to class. 2018-03-12 17:32:44 +01:00
Mikael Capelle
17da90c32c Update javadoc. 2018-03-12 17:13:02 +01:00
Mikael Capelle
990b74bf1a Fix issue with drawing not being drawn when opening from central button. 2018-03-12 11:26:16 +01:00
Holt59
8200497675 Fix issue with path taking too long to be drawn due to useless syncrhonization. 2018-03-11 22:51:34 +01:00
Holt59
4af68f9f93 Update folder for INSA. 2018-03-11 22:16:48 +01:00
Holt59
80df87ba51 Change default filename for paths. 2018-03-11 21:52:28 +01:00
Holt59
97775a9714 add information regarding number of arcs in graph. 2018-03-11 20:34:16 +01:00
Holt59
ca9a00ea97 Update color for BasicDrawing. 2018-03-11 16:15:30 +01:00
Holt59
f3964f1958 Use a better projection for BasicDrawing. 2018-03-11 15:50:54 +01:00
Holt59
0030ab7aef Create a FileUtils class to simplify file opening/saving. 2018-03-11 14:19:38 +01:00
Holt59
8661e63728 Disable checkbox for graphic visualization when drawing is mapview. 2018-03-11 00:19:50 +01:00
Holt59
a2d03a0857 Throw exception for non-implemented drawGraph methods. 2018-03-10 22:25:59 +01:00
Holt59
9e8457337e Remove useless method in interfaces. 2018-03-10 22:18:59 +01:00
Holt59
094a2331af Clean code. 2018-03-10 20:39:21 +01:00
Holt59
84f01ce47e Add bounding-box in GraphStatistics. 2018-03-10 20:00:27 +01:00
Holt59
ee241b963a Add button when no drawing are loaded. 2018-03-10 19:47:55 +01:00
Holt59
23928b2c5b Fix issue with file dialog not showing when drawing mapsforge. 2018-03-09 21:36:19 +01:00
Mikael Capelle
3e6bcb0665 Start updating length (int -> float). 2018-03-09 14:12:21 +01:00
Mikael Capelle
85fb193808 Update javadoc and clean naming. 2018-03-07 17:10:02 +01:00
Mikael Capelle
04bddb0d34 Update javadoc, clean Arc implementation. 2018-03-07 16:51:03 +01:00
Mikael Capelle
bcdaf54a63 Add algorithms for CarPooling and PackageSwitch. 2018-03-07 14:47:22 +01:00
Holt59
f1d74d8040 Fix issue with click not being enable when an input was empty in nodes input panel. 2018-03-06 11:57:34 +01:00
Holt59
e5d1b30cfd Clean code. 2018-03-06 10:30:43 +01:00
Holt59
825108d10e Improve 'clear' performance (only clear overlays if possible). 2018-03-05 22:59:47 +01:00
Holt59
bd01aadeb1 Remove one-time method from MaiNWindow. 2018-03-05 22:42:49 +01:00
Holt59
c4b4455287 Add panel for WCC like SP. 2018-03-05 22:40:32 +01:00
Holt59
426867a302 Change border color of PathPanel. 2018-03-05 22:04:02 +01:00
Holt59
0fb5bc2ae7 Improve solution panel. 2018-03-05 22:01:58 +01:00
Holt59
d73430759e Use icon instead of text for Paths panel buttons. 2018-03-05 21:46:13 +01:00
Holt59
0102277821 Update default path color in BasicDrawing. 2018-03-05 21:46:01 +01:00
Mikael Capelle
ddcc6dc06f Update path panel. 2018-03-05 19:27:30 +01:00
Mikael Capelle
b77a39e01b Allow modification of color for overlays. 2018-03-05 18:35:01 +01:00