public interface MapService
Modifier and Type | Method and Description |
---|---|
String |
addMap(ICasaMap map)
Add a new map to the service
|
boolean |
contains(String mapId)
Check the existence of a map.
|
String |
getLocation()
Get the path where the maps are
|
ICasaMap |
getMap(String mapId)
Get a specific iCasaMap information
|
Set<ICasaMap> |
getMaps()
Retrieves the set of ICasaMaps in the server.
|
ICasaMap |
removeMap(String id)
Removes a map
|
ICasaMap |
updateMap(String id,
String name,
String description,
String gatewayURL,
String libs)
Update map information.
|
boolean contains(String mapId)
mapId
- ICasaMap getMap(String mapId)
mapId
- String getLocation()
String addMap(ICasaMap map)
map
- the new mapICasaMap updateMap(String id, String name, String description, String gatewayURL, String libs)
id
- name
- description
- gatewayURL
- libs
- Copyright © 2012-2013 ADELE Research Group. All Rights Reserved.