|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface VirtualPathData
Access methods for virtual path data source.
| Method Summary | |
|---|---|
VirtualPath |
get(int pathId)
Returns the virtual path with the given id in the data source. |
VirtualPath |
get(int mapId,
String pathName)
Returns the virtual path with the given name associated to the map with the given id in the data source. |
VirtualPath |
get(String mapName,
String pathName)
Returns the virtual path with the given name associated to the map with the given name in the data source. |
Collection<VirtualPath> |
getAll()
Returns a list containing all virtual paths in the data source. |
Collection<VirtualPath> |
getAllOnMap(int mapId)
Returns a list containing all virtual paths in the data source located on the map with the given id. |
Collection<VirtualPath> |
getAllOnMap(String mapName)
Returns a list containing all virtual paths in the data source located on the map with the given name. |
| Method Detail |
|---|
Collection<VirtualPath> getAll()
Collection<VirtualPath> getAllOnMap(int mapId)
mapId - the id of the map for which the virtual paths are to be returned
Collection<VirtualPath> getAllOnMap(String mapName)
mapName - the name of the map for which the virtual paths are to be returned
VirtualPath get(int pathId)
pathId - the id of the virtual path to be returned
VirtualPath get(int mapId,
String pathName)
mapId - the id of the associated mappathName - the name of the virtual path to be returned
VirtualPath get(String mapName,
String pathName)
mapName - the name of the associated mappathName - the name of the virtual path to be returned
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||