|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GraphData
Interface for the high level environment model data source.
| Method Summary | |
|---|---|
TopologyGraph |
get(int id)
Loads the graph with the given id from the data source. |
TopologyGraph |
get(String name)
Loads the graph with the given name from the data source. |
Collection<TopologyGraph> |
getAll()
Loads all graphs from the data source. |
Collection<TopologyGraph> |
getAllOnMap(int mapId)
Loads all graphs from the data source located on the map specified by the given id. |
| Method Detail |
|---|
Collection<TopologyGraph> getAll()
Collection<TopologyGraph> getAllOnMap(int mapId)
mapId - the map id
TopologyGraph get(int id)
id - id of the graph to load from data source
null if no graph with the given id existsTopologyGraph get(String name)
name - name of the graph to load from data source
null if no graph with the given name exists
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||