Returns new a SimMap that is based on the read map @return new a SimMap that is based on the read map
()
| 68 | * @return new a SimMap that is based on the read map |
| 69 | */ |
| 70 | public SimMap getMap() { |
| 71 | return new SimMap(this.nodes); |
| 72 | } |
| 73 | |
| 74 | /** |
| 75 | * Adds paths to the map and adds given type to all nodes' type. |
no outgoing calls