| Issue 53: | added new methods to the BoardMap specifications | |
| 1 person starred this issue and may be notified of changes. | Back to list |
|
/** * adds a coordinate to the list * @param coordinate */ void addCoordinate(Coordinate coordinate); /** * removes a coordinate from the list * @param coordinate */ void removeCoordinate(Coordinate coordinate); |
||||||||||
Labels: -Type-Defect Type-Task Component-Logic