public class Plan extends Object
| Modifier and Type | Field and Description |
|---|---|
private static org.slf4j.Logger |
LOGGER
The Constant slf4jLogger.
|
private Map<Location,Character> |
map
The map.
|
| Constructor and Description |
|---|
Plan()
Instantiates a new mapper.
|
Plan(Map<Location,Character> m)
Instantiates a new mapper.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Location,Character> |
addLocation(Map<Location,Character> m,
Location loc,
Character s)
Adds the location.
|
Character |
getLocation(Map<Location,Character> m,
Location loc)
Gets the location.
|
Map<Location,Character> |
getMap()
Gets the map.
|
void |
setMap(Map<Location,Character> m)
Sets the map.
|
Copyright © 2016. All rights reserved.