Returns the SimMap this scenario uses, or null if scenario doesn't use any map @return SimMap or null if no map is used
()
| 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 |
no outgoing calls