MCPcopy Create free account
hub / github.com/akeranen/the-one / getMap

Method getMap

core/SimScenario.java:251–253  ·  view source on GitHub ↗

Returns the SimMap this scenario uses, or null if scenario doesn't use any map @return SimMap or null if no map is used

()

Source from the content-addressed store, hash-verified

249 * @return SimMap or null if no map is used
250 */
251 public SimMap getMap() {
252 return this.simMap;
253 }
254
255 /**
256 * Adds a new connection listener for all nodes

Callers 3

createHostsMethod · 0.45
testMapCacheMethod · 0.45
initGUIMethod · 0.45

Calls

no outgoing calls

Tested by 1

testMapCacheMethod · 0.36