|
|
|
|
@ -109,7 +109,7 @@ public class VisualiserInput implements Runnable {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Returns the boat locations map. Maps between Integer (Boat ID) -> BoatLocation.
|
|
|
|
|
* Returns the boat locations map. Maps from Integer (Boat ID) to BoatLocation.
|
|
|
|
|
* @return Map of boat locations.
|
|
|
|
|
*/
|
|
|
|
|
public Map<Integer, BoatLocation> getBoatLocationMap() {
|
|
|
|
|
@ -125,7 +125,7 @@ public class VisualiserInput implements Runnable {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Returns the boat statuses map. Maps between Integer (Boat ID) -> BoatStatus.
|
|
|
|
|
* Returns the boat statuses map. Maps from Integer (Boat ID) to BoatStatus.
|
|
|
|
|
* @return Map of boat statuses.
|
|
|
|
|
*/
|
|
|
|
|
public Map<Integer, BoatStatus> getBoatStatusMap() {
|
|
|
|
|
@ -150,7 +150,7 @@ public class VisualiserInput implements Runnable {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Returns the mark roundings map. Maps between Integer (Boat ID) -> MarkRounding.
|
|
|
|
|
* Returns the mark roundings map. Maps from Integer (Boat ID) to MarkRounding.
|
|
|
|
|
* @return Map of mark roundings.
|
|
|
|
|
*/
|
|
|
|
|
public Map<Integer, MarkRounding> getMarkRoundingMap() {
|
|
|
|
|
|